summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris <chris@openbsd.org>2000-04-26 18:39:00 +0000
committerchris <chris@openbsd.org>2000-04-26 18:39:00 +0000
commit81cc941f4acc4ac9296770475626dbdff866d11d (patch)
treeb24d78f71774e8fbbaf7075766c509c0915409b6
parentadd errata for 82443BX identified by smurph (diff)
downloadwireguard-openbsd-81cc941f4acc4ac9296770475626dbdff866d11d.tar.xz
wireguard-openbsd-81cc941f4acc4ac9296770475626dbdff866d11d.zip
SIOCSIFGENERIC is now in sys/sockio.h
-rw-r--r--sys/net/if_sppp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h
index c9bdc1525f4..25b529d9e10 100644
--- a/sys/net/if_sppp.h
+++ b/sys/net/if_sppp.h
@@ -164,13 +164,6 @@ struct spppreq {
struct sppp defs;
};
-#if (defined(__FreeBSD_version) && __FreeBSD_version < 300000) || \
- (defined(__FreeBSD__) && __FreeBSD__ < 3) || \
- defined(__NetBSD__) || defined (__OpenBSD__)
-#define SIOCSIFGENERIC _IOW('i', 57, struct ifreq) /* generic IF set op */
-#define SIOCGIFGENERIC _IOWR('i', 58, struct ifreq) /* generic IF get op */
-#endif
-
#if defined(KERNEL) || defined(_KERNEL)
void sppp_attach (struct ifnet *ifp);
void sppp_detach (struct ifnet *ifp);