diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-04-26 18:39:01 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-04-26 18:39:01 +0000 |
commit | e0528529b640f13385dcccaa9a597b85d18360cc (patch) | |
tree | 35ca23e41e15f933323a1e180ddcb971d202786e /sys/net/if_sppp.h | |
parent | 0d8c304be02add66ae40c8fba4443e8944f1402e (diff) |
SIOCSIFGENERIC is now in sys/sockio.h
Diffstat (limited to 'sys/net/if_sppp.h')
-rw-r--r-- | sys/net/if_sppp.h | 7 |
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); |