X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmain.c;h=23294379119867d73d9dbe774f20170d945e0631;hb=c2881a6b71a36d28a89166e82820dc5e711fd775;hp=5500e2834cf4fcdf9c1fbc7527b55b945dabd248;hpb=81ad945630120cc1c27c8bb00503be42b76ff202;p=ppp.git diff --git a/pppd/main.c b/pppd/main.c index 5500e28..2329437 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -116,9 +116,6 @@ #include "cbcp.h" #endif -#ifdef IPX_CHANGE -#include "ipxcp.h" -#endif /* IPX_CHANGE */ #ifdef AT_CHANGE #include "atcp.h" #endif @@ -279,9 +276,6 @@ struct protent *protocols[] = { #endif &ccp_protent, &ecp_protent, -#ifdef IPX_CHANGE - &ipxcp_protent, -#endif #ifdef AT_CHANGE &atcp_protent, #endif