From d095153153fc2358aa6f29b7ea8e07de48f4733c Mon Sep 17 00:00:00 2001 From: Allan Stephens Date: Sun, 25 Jun 2006 23:42:47 -0700 Subject: [PATCH] --- yaml --- r: 30400 b: refs/heads/master c: a592ea6362a967a49eb4b5d1cd36b78d8f180622 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/tipc/core.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7fb77372c4ec..3104f0315d68 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8b1f0a92e98a67e1e69aa37d538f8956d1640cba +refs/heads/master: a592ea6362a967a49eb4b5d1cd36b78d8f180622 diff --git a/trunk/net/tipc/core.c b/trunk/net/tipc/core.c index 31c7dd58b2a8..5003acb15919 100644 --- a/trunk/net/tipc/core.c +++ b/trunk/net/tipc/core.c @@ -2,7 +2,7 @@ * net/tipc/core.c: TIPC module code * * Copyright (c) 2003-2006, Ericsson AB - * Copyright (c) 2005, Wind River Systems + * Copyright (c) 2005-2006, Wind River Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -57,7 +57,7 @@ void tipc_socket_stop(void); int tipc_netlink_start(void); void tipc_netlink_stop(void); -#define MOD_NAME "tipc_start: " +#define TIPC_MOD_VER "1.6.1" #ifndef CONFIG_TIPC_ZONES #define CONFIG_TIPC_ZONES 3 @@ -224,6 +224,7 @@ module_exit(tipc_exit); MODULE_DESCRIPTION("TIPC: Transparent Inter Process Communication"); MODULE_LICENSE("Dual BSD/GPL"); +MODULE_VERSION(TIPC_MOD_VER); /* Native TIPC API for kernel-space applications (see tipc.h) */