From e7542a26ed191b4c2b5783c85324096adc4d1fb5 Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 11 May 2002 17:04:01 +0000 Subject: We don't need to include arpa/inet.h here. In fact, only FreeBSD needs netinet/in.h. --- usr.sbin/ppp/mppe.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c index 04cb732..e060c39 100644 --- a/usr.sbin/ppp/mppe.c +++ b/usr.sbin/ppp/mppe.c @@ -28,10 +28,9 @@ #include -#ifndef __FreeBSD__ +#ifdef __FreeBSD__ #include #endif -#include #include #include -- cgit v1.1