From 3cf3b78192732f154e983b73685b1288793259a5 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Sun, 29 Mar 2015 01:34:17 +0100 Subject: [PATCH] PPP, MPPE, commented-in Linux interface calls structure --- src/netif/ppp/mppe.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/netif/ppp/mppe.c b/src/netif/ppp/mppe.c index 551a1060..e08ac8e8 100644 --- a/src/netif/ppp/mppe.c +++ b/src/netif/ppp/mppe.c @@ -549,6 +549,7 @@ static void mppe_incomp(void *arg, unsigned char *ibuf, int icnt) "(proto %04x)\n", state->unit, PPP_PROTOCOL(ibuf))); } +#if 0 /************************************************************* * Module interface table *************************************************************/ @@ -571,5 +572,6 @@ static struct compressor ppp_mppe = { .incomp = mppe_incomp, .comp_extra = MPPE_PAD, }; +#endif /* 0 */ #endif /* PPP_SUPPORT && MPPE_SUPPORT */