From bcae2312afcaa3b4fd34daac5baa64dbb82f57c5 Mon Sep 17 00:00:00 2001 From: eivind Date: Thu, 8 Jan 1998 23:42:31 +0000 Subject: Make INET a proper option. This will not make any of object files that LINT create change; there might be differences with INET disabled, but hardly anything compiled before without INET anyway. Now the 'obvious' things will give a proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The only thing that _should_ work (but can't be made to compile reasonably easily) is sppp :-( This commit move struct arpcom from to . --- sys/i386/isa/if_cx.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/i386/isa/if_cx.c') diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c index 0c2b3a3..569209d 100644 --- a/sys/i386/isa/if_cx.c +++ b/sys/i386/isa/if_cx.c @@ -21,6 +21,11 @@ #include "cx.h" #include "bpfilter.h" +#include "sppp.h" +#if NSPPP <= 0 +#error The device 'cx' requires sppp. +#endif + #include #include #include -- cgit v1.1