summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/main.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2007-06-04 14:59:45 +0000
committerhenning <henning@openbsd.org>2007-06-04 14:59:45 +0000
commitc454d3c237190dc32b4d51a75795da6c1cc12b9e (patch)
tree069e66e2debf1cf24015ff8fb90bdf5b4ec99c4f /usr.sbin/pppd/main.c
parentI am on drugs, I don't know where I found split can take strings as (diff)
downloadwireguard-openbsd-c454d3c237190dc32b4d51a75795da6c1cc12b9e.tar.xz
wireguard-openbsd-c454d3c237190dc32b4d51a75795da6c1cc12b9e.zip
bye bye ipx
Diffstat (limited to 'usr.sbin/pppd/main.c')
-rw-r--r--usr.sbin/pppd/main.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c
index 6b5c3c7b883..ac35acb366a 100644
--- a/usr.sbin/pppd/main.c
+++ b/usr.sbin/pppd/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.45 2005/05/03 03:42:16 djm Exp $ */
+/* $OpenBSD: main.c,v 1.46 2007/06/04 14:59:45 henning Exp $ */
/*
* main.c - Point-to-Point Protocol main module
@@ -46,7 +46,7 @@
#if 0
static char rcsid[] = "Id: main.c,v 1.49 1998/05/05 05:24:17 paulus Exp $";
#else
-static char rcsid[] = "$OpenBSD: main.c,v 1.45 2005/05/03 03:42:16 djm Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.46 2007/06/04 14:59:45 henning Exp $";
#endif
#endif
@@ -90,9 +90,6 @@ static char rcsid[] = "$OpenBSD: main.c,v 1.45 2005/05/03 03:42:16 djm Exp $";
extern char *strerror();
#endif
-#ifdef IPX_CHANGE
-#include "ipxcp.h"
-#endif /* IPX_CHANGE */
#ifdef AT_CHANGE
#include "atcp.h"
#endif
@@ -181,9 +178,6 @@ struct protent *protocols[] = {
#endif
&ipcp_protent,
&ccp_protent,
-#ifdef IPX_CHANGE
- &ipxcp_protent,
-#endif
#ifdef AT_CHANGE
&atcp_protent,
#endif