diff options
author | Adrian Bunk | 2005-08-21 02:14:11 +0200 |
---|---|---|
committer | David S. Miller | 2005-08-30 01:02:38 +0200 |
commit | 8cd25c1fcfbf6460983e99091d278187421c1a1d (patch) | |
tree | 1ce86192ffd1ff35f22e18e07284845850e5fa96 /include | |
parent | [DCCP]: Fix the timestamp options (diff) | |
download | kernel-qcow2-linux-8cd25c1fcfbf6460983e99091d278187421c1a1d.tar.gz kernel-qcow2-linux-8cd25c1fcfbf6460983e99091d278187421c1a1d.tar.xz kernel-qcow2-linux-8cd25c1fcfbf6460983e99091d278187421c1a1d.zip |
[NET]: fix PROC_FS=n compile
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index d57aece9492c..312cb25cbd18 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -1377,9 +1377,7 @@ extern struct ctl_table core_table[]; extern int sysctl_optmem_max; #endif -#ifdef CONFIG_PROC_FS extern __u32 sysctl_wmem_default; extern __u32 sysctl_rmem_default; -#endif #endif /* _SOCK_H */ |