mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-26 18:53:46 +08:00
Minor changes: fix some problems with PPPoE include path, add small comments in slip.c (unusual octal values?)
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#if PPPOE_SUPPORT
|
||||
#include "ppp_oe.h"
|
||||
#include "netif/ppp_oe.h"
|
||||
#else
|
||||
#define PPPOE_MAXMTU PPP_MAXMRU
|
||||
#endif
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
#include "vj.h"
|
||||
#endif /* VJ_SUPPORT */
|
||||
#if PPPOE_SUPPORT
|
||||
#include "ppp_oe.h"
|
||||
#include "netif/ppp_oe.h"
|
||||
#endif /* PPPOE_SUPPORT */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -73,12 +73,13 @@
|
||||
#if PPPOE_SUPPORT /* don't build if not configured for use in lwipopts.h */
|
||||
|
||||
#include "ppp.h"
|
||||
#include "ppp_oe.h"
|
||||
#include "pppdebug.h"
|
||||
|
||||
#include "netif/etharp.h"
|
||||
#include "lwip/sys.h"
|
||||
|
||||
#include "netif/ppp_oe.h"
|
||||
#include "netif/etharp.h"
|
||||
|
||||
#include "queue.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user