Stop counting sppp interfaces, we were just testing its presence to give

a warning if it was missing.
This commit is contained in:
Peter Wemm 2001-01-29 12:27:46 +00:00
parent f444a0efe9
commit 920c17857f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71798
8 changed files with 1 additions and 47 deletions

View file

@ -797,7 +797,7 @@ net/if_media.c standard
net/if_mib.c standard
net/if_ppp.c count ppp
net/if_sl.c optional sl
net/if_spppsubr.c count sppp
net/if_spppsubr.c optional sppp
net/if_stf.c count stf
net/if_tun.c optional tun
net/if_tap.c optional tap

View file

@ -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

View file

@ -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

View file

@ -53,13 +53,6 @@
#include <i386/isa/if_sr.h>
#endif /* NETGRAPH */
#ifndef NETGRAPH
#include "sppp.h"
#if NSPPP <= 0
#error Device 'sr' requires sppp.
#endif
#endif /* NETGRAPH */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View file

@ -53,13 +53,6 @@
#include <i386/isa/if_sr.h>
#endif /* NETGRAPH */
#ifndef NETGRAPH
#include "sppp.h"
#if NSPPP <= 0
#error Device 'sr' requires sppp.
#endif
#endif /* NETGRAPH */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View file

@ -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

View file

@ -53,13 +53,6 @@
#include <i386/isa/if_sr.h>
#endif /* NETGRAPH */
#ifndef NETGRAPH
#include "sppp.h"
#if NSPPP <= 0
#error Device 'sr' requires sppp.
#endif
#endif /* NETGRAPH */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View file

@ -50,10 +50,6 @@
#ifndef USE_ISPPP
#ifdef __FreeBSD__
#include "sppp.h"
#endif
#ifndef __NetBSD__
#if NI4BISPPP == 0
# error "You need to define `pseudo-device sppp <N>' with options ISPPP"