diff options
author | peter <peter@FreeBSD.org> | 2001-01-29 12:27:46 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-29 12:27:46 +0000 |
commit | 8eddfd2f15c1a1023a50f6b1aecbf02bfbdc652e (patch) | |
tree | 5cade01740f1f5c31db27a07ab36580fe6bd3545 /sys/dev/ar | |
parent | ab46631b96686af7d466445686f52b41f6b32c01 (diff) | |
download | FreeBSD-src-8eddfd2f15c1a1023a50f6b1aecbf02bfbdc652e.zip FreeBSD-src-8eddfd2f15c1a1023a50f6b1aecbf02bfbdc652e.tar.gz |
Stop counting sppp interfaces, we were just testing its presence to give
a warning if it was missing.
Diffstat (limited to 'sys/dev/ar')
-rw-r--r-- | sys/dev/ar/if_ar.c | 7 | ||||
-rw-r--r-- | sys/dev/ar/if_ar_isa.c | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index 231ca6b..e610972 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -81,13 +81,6 @@ #include <i386/isa/ic/hd64570.h> #include <i386/isa/if_arregs.h> -#ifndef NETGRAPH -#include "sppp.h" -#if NSPPP <= 0 -#error device 'ar' require sppp. -#endif /* NSPPP <= 0 */ -#endif /* NETGRAPH */ - #ifdef TRACE #define TRC(x) x #else diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c index 231ca6b..e610972 100644 --- a/sys/dev/ar/if_ar_isa.c +++ b/sys/dev/ar/if_ar_isa.c @@ -81,13 +81,6 @@ #include <i386/isa/ic/hd64570.h> #include <i386/isa/if_arregs.h> -#ifndef NETGRAPH -#include "sppp.h" -#if NSPPP <= 0 -#error device 'ar' require sppp. -#endif /* NSPPP <= 0 */ -#endif /* NETGRAPH */ - #ifdef TRACE #define TRC(x) x #else |