sockets.c, igmp.c, igmp.h, memp.h: Fix C++ style comments and

comment out missing header include in icmp.c
This commit is contained in:
kieranm
2007-03-21 12:50:04 +00:00
parent eab3667b61
commit b422864d5d
5 changed files with 11 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
/* IGMP support available? */
#if defined(LWIP_IGMP) && (LWIP_IGMP > 0)
// Some routers are not happy with ROUTER ALERT make it defineable, 1 to enable
/* Some routers are not happy with ROUTER ALERT make it defineable, 1 to enable */
#define USE_ROUTER_ALERT 0
/*

View File

@@ -35,7 +35,7 @@
#include "lwip/opt.h"
// If you change this enum, think to update memp_names in stats_display (stats.c)
/* If you change this enum, think to update memp_names in stats_display (stats.c) */
typedef enum {
MEMP_PBUF,
MEMP_RAW_PCB,