diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/irda/irlan_filter.h | 2 | ||||
-rw-r--r-- | include/net/sock.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/include/net/irda/irlan_filter.h b/include/net/irda/irlan_filter.h index 3afeb6c94ea4..492dedaa8ac1 100644 --- a/include/net/irda/irlan_filter.h +++ b/include/net/irda/irlan_filter.h | |||
@@ -28,6 +28,6 @@ | |||
28 | void irlan_check_command_param(struct irlan_cb *self, char *param, | 28 | void irlan_check_command_param(struct irlan_cb *self, char *param, |
29 | char *value); | 29 | char *value); |
30 | void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb); | 30 | void irlan_filter_request(struct irlan_cb *self, struct sk_buff *skb); |
31 | int irlan_print_filter(struct seq_file *seq, int filter_type); | 31 | void irlan_print_filter(struct seq_file *seq, int filter_type); |
32 | 32 | ||
33 | #endif /* IRLAN_FILTER_H */ | 33 | #endif /* IRLAN_FILTER_H */ |
diff --git a/include/net/sock.h b/include/net/sock.h index cf628261da52..8c48fbecb7cf 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -1377,9 +1377,10 @@ extern void sk_init(void); | |||
1377 | 1377 | ||
1378 | #ifdef CONFIG_SYSCTL | 1378 | #ifdef CONFIG_SYSCTL |
1379 | extern struct ctl_table core_table[]; | 1379 | extern struct ctl_table core_table[]; |
1380 | extern int sysctl_optmem_max; | ||
1381 | #endif | 1380 | #endif |
1382 | 1381 | ||
1382 | extern int sysctl_optmem_max; | ||
1383 | |||
1383 | extern __u32 sysctl_wmem_default; | 1384 | extern __u32 sysctl_wmem_default; |
1384 | extern __u32 sysctl_rmem_default; | 1385 | extern __u32 sysctl_rmem_default; |
1385 | 1386 | ||