summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/arp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-01-19 22:34:20 +0000
committerbrian <brian@FreeBSD.org>1998-01-19 22:34:20 +0000
commitd93811908a3f6490d2137544537d1044c6e08ee6 (patch)
treeefc536c7a30ef17d6e58c152bfa228987cb1f3cd /usr.sbin/ppp/arp.c
parente8eec81f3fdd05d108f34c6aebe6748499d2a5f8 (diff)
downloadFreeBSD-src-d93811908a3f6490d2137544537d1044c6e08ee6.zip
FreeBSD-src-d93811908a3f6490d2137544537d1044c6e08ee6.tar.gz
sys/types.h -> sys/param.h
Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>
Diffstat (limited to 'usr.sbin/ppp/arp.c')
-rw-r--r--usr.sbin/ppp/arp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c
index 0287b2e..226bbc7 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.21 1998/01/11 04:02:57 brian Exp $
+ * $Id: arp.c,v 1.22 1998/01/19 02:59:32 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>
OpenPOWER on IntegriCloud