summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/demand.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-22 05:33:08 +0000
committerpeter <peter@FreeBSD.org>1998-03-22 05:33:08 +0000
commit485f592474900427073918c54f598c8260bba25d (patch)
treeddd0042aa4a673594cff43c0c4610d35d95cc316 /usr.sbin/pppd/demand.c
parente8b6792d29b46bb961a633ba7d8c7a7192506db2 (diff)
downloadFreeBSD-src-485f592474900427073918c54f598c8260bba25d.zip
FreeBSD-src-485f592474900427073918c54f598c8260bba25d.tar.gz
Merge ppp-2.3.3 changes onto mainline
Diffstat (limited to 'usr.sbin/pppd/demand.c')
-rw-r--r--usr.sbin/pppd/demand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/demand.c b/usr.sbin/pppd/demand.c
index f44510f..af1a8bb 100644
--- a/usr.sbin/pppd/demand.c
+++ b/usr.sbin/pppd/demand.c
@@ -18,7 +18,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: demand.c,v 1.3 1997/08/19 17:52:36 peter Exp $";
#endif
#include <stdio.h>
@@ -35,8 +35,8 @@ static char rcsid[] = "$Id$";
#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/socket.h>
-#include <net/if.h>
#ifdef PPP_FILTER
+#include <net/if.h>
#include <net/bpf.h>
#include <pcap.h>
#endif
OpenPOWER on IntegriCloud