summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/arp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-04-26 08:54:25 +0000
committerbrian <brian@FreeBSD.org>1999-04-26 08:54:25 +0000
commitd1f60b18e9169cfefff4540b6d27ae1e2b181471 (patch)
treed866e37625005c4cad00928e96a0a9d6977612aa /usr.sbin/ppp/arp.c
parent074372cce4b17b0d8ab413125d0ff0a96911a0c4 (diff)
downloadFreeBSD-src-d1f60b18e9169cfefff4540b6d27ae1e2b181471.zip
FreeBSD-src-d1f60b18e9169cfefff4540b6d27ae1e2b181471.tar.gz
#include <errno.h>, not <sys/errno.h>
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 892228c..f7c56aa 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.31 1998/10/26 19:07:38 brian Exp $
+ * $Id: arp.c,v 1.32 1999/01/28 01:56:30 brian Exp $
*
*/
@@ -37,10 +37,10 @@
#include <netinet/ip.h>
#include <sys/un.h>
+#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/errno.h>
#include <sys/sysctl.h>
#include <unistd.h>
OpenPOWER on IntegriCloud