diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-04-24 19:22:42 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-04-26 01:29:50 -0400 |
commit | bb7ec6dfb5aa32b5b4d7d6388b4098b33cd01e8c (patch) | |
tree | 49d06e7bfd6737bfa7dd36e508201d1ccf82a369 /net/ipv4/proc.c | |
parent | 84299b3bc4eaedc0734fcc9052b01291e44445fc (diff) |
[IPV4]: Fix build without procfs.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/proc.c')
-rw-r--r-- | net/ipv4/proc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/proc.c b/net/ipv4/proc.c index 97952d54ae84..a236154591fa 100644 --- a/net/ipv4/proc.c +++ b/net/ipv4/proc.c | |||
@@ -45,6 +45,7 @@ | |||
45 | #include <net/sock.h> | 45 | #include <net/sock.h> |
46 | #include <net/raw.h> | 46 | #include <net/raw.h> |
47 | 47 | ||
48 | #ifdef CONFIG_PROC_FS | ||
48 | static int fold_prot_inuse(struct proto *proto) | 49 | static int fold_prot_inuse(struct proto *proto) |
49 | { | 50 | { |
50 | int res = 0; | 51 | int res = 0; |
@@ -390,6 +391,7 @@ out_netstat: | |||
390 | rc = -ENOMEM; | 391 | rc = -ENOMEM; |
391 | goto out; | 392 | goto out; |
392 | } | 393 | } |
394 | #endif | ||
393 | 395 | ||
394 | int snmp_mib_init(void *ptr[2], size_t mibsize, size_t mibalign) | 396 | int snmp_mib_init(void *ptr[2], size_t mibsize, size_t mibalign) |
395 | { | 397 | { |