diff options
author | brian <brian@cvs.openbsd.org> | 1998-01-19 22:32:02 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-01-19 22:32:02 +0000 |
commit | a8ed6ff0f782e52ec19eb15892803b8a2d9cc8ee (patch) | |
tree | 34ffa3937596ebf4a9f443cda92ce67407861cb9 | |
parent | 7bf46033f327866deddfb15a6b4553a8f1b96d9e (diff) |
sys/types.h -> sys/param.h
Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>
-rw-r--r-- | usr.sbin/ppp/arp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c index e0fe41b3fb9..20ad1a8410e 100644 --- a/usr.sbin/ppp/arp.c +++ b/usr.sbin/ppp/arp.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: arp.c,v 1.5 1998/01/19 02:57:32 brian Exp $ + * $Id: arp.c,v 1.6 1998/01/19 22:32:01 brian Exp $ * */ @@ -25,7 +25,7 @@ * TODO: */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/time.h> #include <sys/socket.h> #include <net/if.h> |