aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-08-20 17:14:11 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 16:02:38 -0700
commit8cd25c1fcfbf6460983e99091d278187421c1a1d (patch)
tree1ce86192ffd1ff35f22e18e07284845850e5fa96 /include/net/sock.h
parent[DCCP]: Fix the timestamp options (diff)
downloadlinux-dev-8cd25c1fcfbf6460983e99091d278187421c1a1d.tar.xz
linux-dev-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/net/sock.h')
-rw-r--r--include/net/sock.h2
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 */