aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2002-05-11 17:04:01 +0000
committerBrian Somers <brian@FreeBSD.org>2002-05-11 17:04:01 +0000
commit413205628dbf0aa10d01c1c2c8fc1ceab615daad (patch)
tree92e2ed939f9983a1219ed48a2cbfb7526eff4e78 /usr.sbin
parent003f849311a01854039200af6b1bca12ca01da34 (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/mppe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c
index 04cb7326c4f7..e060c39fb053 100644
--- a/usr.sbin/ppp/mppe.c
+++ b/usr.sbin/ppp/mppe.c
@@ -28,10 +28,9 @@
#include <sys/types.h>
-#ifndef __FreeBSD__
+#ifdef __FreeBSD__
#include <netinet/in.h>
#endif
-#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>