diff options
author | brian <brian@FreeBSD.org> | 1997-04-15 00:03:36 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-04-15 00:03:36 +0000 |
commit | dfe24302ecdf896515261413b602a0fe73f5fbd4 (patch) | |
tree | cb301d4585d61ddc743ef91991f052f8338e2ebc | |
parent | aebb5d896e369a2c36a4602db4912e3242a873cb (diff) | |
download | FreeBSD-src-dfe24302ecdf896515261413b602a0fe73f5fbd4.zip FreeBSD-src-dfe24302ecdf896515261413b602a0fe73f5fbd4.tar.gz |
Remove osreldate. I got the number wrong anyway :(
-rw-r--r-- | usr.sbin/ppp/arp.c | 5 | ||||
-rw-r--r-- | usr.sbin/ppp/os.c | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index 20af40c..d816be3 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.c,v 1.9 1997/02/22 16:09:56 peter Exp $ + * $Id: arp.c,v 1.10 1997/02/25 14:04:50 brian Exp $ * */ @@ -35,10 +35,7 @@ #include <string.h> #include <net/if.h> -#include <osreldate.h> -#if __FreeBSD_version >= 199702 #include <net/if_var.h> -#endif #include <net/route.h> #include <net/if_dl.h> #include <netinet/in.h> diff --git a/usr.sbin/ppp/os.c b/usr.sbin/ppp/os.c index 08dff5b..d16a8e8 100644 --- a/usr.sbin/ppp/os.c +++ b/usr.sbin/ppp/os.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: os.c,v 1.13 1997/02/22 16:10:38 peter Exp $ + * $Id: os.c,v 1.14 1997/02/25 14:05:06 brian Exp $ * */ #include "fsm.h" @@ -33,10 +33,7 @@ #include <errno.h> #include <net/if.h> -#include <osreldate.h> -#if __FreeBSD_version >= 199702 #include <net/if_var.h> -#endif #include <net/if_tun.h> #include <net/route.h> #include <arpa/inet.h> |