summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 16:56:24 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 16:56:24 +0000
commitd15f4a9e26b12954e4cb41837878b2976b504eec (patch)
treea5e0a693f10282f0b9ca8c0f5a78c46b2cb6916b /sys/net/if_loop.c
parent1246bb847fa070163085a45275b2eb15c81a518e (diff)
downloadFreeBSD-src-d15f4a9e26b12954e4cb41837878b2976b504eec.zip
FreeBSD-src-d15f4a9e26b12954e4cb41837878b2976b504eec.tar.gz
Remove some #if NFOO > 0 that are always true because of config rules.
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r--sys/net/if_loop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index a714bf1..a4f37cd 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -38,7 +38,6 @@
* Loopback interface driver for protocol testing and timing.
*/
#include "loop.h"
-#if NLOOP > 0
#include "opt_atalk.h"
#include "opt_inet.h"
@@ -398,4 +397,3 @@ loioctl(ifp, cmd, data)
}
return (error);
}
-#endif /* NLOOP > 0 */
OpenPOWER on IntegriCloud