From 611b3c4c2cc61ecfec6f74f8d1f9358850156b3b Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Thu, 19 Mar 2015 00:37:26 +0100 Subject: [PATCH] PPP, CCP, commented-in unused global variables used for options --- src/netif/ppp/ccp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netif/ppp/ccp.c b/src/netif/ppp/ccp.c index 5156c668..4a49447b 100644 --- a/src/netif/ppp/ccp.c +++ b/src/netif/ppp/ccp.c @@ -60,9 +60,9 @@ #if PPP_OPTIONS static int setbsdcomp (char **); static int setdeflate (char **); -#endif /* PPP_OPTIONS */ static char bsd_value[8]; static char deflate_value[8]; +#endif /* PPP_OPTIONS */ /* * Option variables.