summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/os.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/os.c')
-rw-r--r--usr.sbin/ppp/os.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ppp/os.c b/usr.sbin/ppp/os.c
index 6d74a8e454c..0ef6732e38c 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.5 1998/01/08 23:47:08 brian Exp $
+ * $Id: os.c,v 1.6 1998/01/11 17:55:20 brian Exp $
*
*/
#include <sys/param.h>
@@ -26,9 +26,6 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <net/if.h>
-#ifdef __FreeBSD__
-#include <net/if_var.h>
-#endif
#include <net/if_tun.h>
#include <net/route.h>
#include <arpa/inet.h>