projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc0986
)
[NET]: fix PROC_FS=n compile
author
Adrian Bunk
<bunk@stusta.de>
Sun, 21 Aug 2005 00:14:11 +0000
(17:14 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:02:38 +0000
(16:02 -0700)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/sock.h
b/include/net/sock.h
index d57aece9492ca52055d0ea0251442e66bfa1e5ff..312cb25cbd18bf10bc090823aede8a2a0e373758 100644
(file)
--- 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 */