diff options
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index a1845fb27d80..5cc5398be722 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -74,7 +74,7 @@ struct tipc_monitor; | |||
74 | #define MAX_BEARERS 3 | 74 | #define MAX_BEARERS 3 |
75 | #define TIPC_DEF_MON_THRESHOLD 32 | 75 | #define TIPC_DEF_MON_THRESHOLD 32 |
76 | 76 | ||
77 | extern int tipc_net_id __read_mostly; | 77 | extern unsigned int tipc_net_id __read_mostly; |
78 | extern int sysctl_tipc_rmem[3] __read_mostly; | 78 | extern int sysctl_tipc_rmem[3] __read_mostly; |
79 | extern int sysctl_tipc_named_timeout __read_mostly; | 79 | extern int sysctl_tipc_named_timeout __read_mostly; |
80 | 80 | ||