From e9b7cb7902cc8bb5ac9c456c8519103d3e494bcb Mon Sep 17 00:00:00 2001 From: brian Date: Sat, 27 Jun 1998 12:06:50 +0000 Subject: Fix ``sizeof(u_long) == 4'' errors. Suggested by: theo --- usr.sbin/ppp/lcp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/ppp/lcp.c') diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c index 02ab7f12035..b0e4cea81cc 100644 --- a/usr.sbin/ppp/lcp.c +++ b/usr.sbin/ppp/lcp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.c,v 1.9 1998/02/04 01:01:24 brian Exp $ + * $Id: lcp.c,v 1.10 1998/06/27 12:06:44 brian Exp $ * * TODO: * o Validate magic number received from peer. @@ -27,7 +27,6 @@ #include #include #include -#include #include #include -- cgit v1.2.3