mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
Stop counting sppp interfaces, we were just testing its presence to give
a warning if it was missing.
This commit is contained in:
parent
f444a0efe9
commit
920c17857f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71798
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user