bug #35874 reserved identifier violation, 2nd part

This commit is contained in:
goldsimon
2014-05-20 12:27:18 +02:00
parent f1c7e73bef
commit 1204f15bfa
50 changed files with 150 additions and 150 deletions

View File

@@ -32,8 +32,8 @@
*
*/
#ifndef LWIP_HDR_NETIF_ETHARP_H__
#define LWIP_HDR_NETIF_ETHARP_H__
#ifndef LWIP_HDR_NETIF_ETHARP_H
#define LWIP_HDR_NETIF_ETHARP_H
#include "lwip/opt.h"
@@ -226,4 +226,4 @@ extern const struct eth_addr ethbroadcast, ethzero;
}
#endif
#endif /* LWIP_HDR_NETIF_ARP_H__ */
#endif /* LWIP_HDR_NETIF_ARP_H */

View File

@@ -31,8 +31,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_HDR_NETIF_SLIPIF_H__
#define LWIP_HDR_NETIF_SLIPIF_H__
#ifndef LWIP_HDR_NETIF_SLIPIF_H
#define LWIP_HDR_NETIF_SLIPIF_H
#include "lwip/opt.h"
#include "lwip/netif.h"
@@ -77,5 +77,5 @@ void slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len);
}
#endif
#endif /* LWIP_HDR_NETIF_SLIPIF_H__ */
#endif /* LWIP_HDR_NETIF_SLIPIF_H */