summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/ipcp.c')
-rw-r--r--usr.sbin/ppp/ipcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c
index c309449..e3b2eef 100644
--- a/usr.sbin/ppp/ipcp.c
+++ b/usr.sbin/ppp/ipcp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ipcp.c,v 1.72 1999/02/26 21:28:11 brian Exp $
+ * $Id: ipcp.c,v 1.73 1999/03/03 23:00:40 brian Exp $
*
* TODO:
* o More RFC1772 backward compatibility
@@ -32,11 +32,11 @@
#include <netdb.h>
#include <sys/un.h>
+#include <errno.h>
#include <fcntl.h>
#include <resolv.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/errno.h>
#include <termios.h>
#include <unistd.h>
OpenPOWER on IntegriCloud