bug #35874 reserved identifier violation, 2nd part in even more files

This commit is contained in:
goldsimon 2014-05-20 12:30:59 +02:00
parent e4ec9053e9
commit 6d4e09ea3c
18 changed files with 51 additions and 51 deletions

View File

@ -1,5 +1,5 @@
#ifndef LWIP_HTTPD_STRUCTS_H__
#define LWIP_HTTPD_STRUCTS_H__
#ifndef LWIP_HTTPD_STRUCTS_H
#define LWIP_HTTPD_STRUCTS_H
#include "httpd.h"
@ -122,4 +122,4 @@ static const char * const g_pcSSIExtensions[] = {
#define NUM_SHTML_EXTENSIONS (sizeof(g_pcSSIExtensions) / sizeof(const char *))
#endif /* LWIP_HTTPD_SSI */
#endif /* LWIP_HTTPD_STRUCTS_H__ */
#endif /* LWIP_HTTPD_STRUCTS_H */

View File

@ -29,8 +29,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_ARCH_CC_H__
#define LWIP_ARCH_CC_H__
#ifndef LWIP_ARCH_CC_H
#define LWIP_ARCH_CC_H
/* Include some files for defining library routines */
#include <string.h>
@ -91,4 +91,4 @@ typedef unsigned long mem_ptr_t;
#define LWIP_RAND() ((u32_t)rand())
#endif /* LWIP_ARCH_CC_H__ */
#endif /* LWIP_ARCH_CC_H */

View File

@ -29,8 +29,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_ARCH_PERF_H__
#define LWIP_ARCH_PERF_H__
#ifndef LWIP_ARCH_PERF_H
#define LWIP_ARCH_PERF_H
#include <sys/times.h>
@ -60,4 +60,4 @@ void perf_print_times(struct tms *start, struct tms *end, char *key);
void perf_init(char *fname);
#endif /* LWIP_ARCH_PERF_H__ */
#endif /* LWIP_ARCH_PERF_H */

View File

@ -29,8 +29,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_ARCH_SYS_ARCH_H__
#define LWIP_ARCH_SYS_ARCH_H__
#ifndef LWIP_ARCH_SYS_ARCH_H
#define LWIP_ARCH_SYS_ARCH_H
#include <errno.h>
@ -55,5 +55,5 @@ typedef struct sys_mbox *sys_mbox_t;
struct sys_thread;
typedef struct sys_thread * sys_thread_t;
#endif /* LWIP_ARCH_SYS_ARCH_H__ */
#endif /* LWIP_ARCH_SYS_ARCH_H */

View File

@ -29,8 +29,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_DELIF_H__
#define LWIP_DELIF_H__
#ifndef LWIP_DELIF_H
#define LWIP_DELIF_H
#include "lwip/netif.h"
@ -39,4 +39,4 @@
err_t delif_init(struct netif *netif);
err_t delif_init_thread(struct netif *netif);
#endif /* LWIP_DELIF_H__ */
#endif /* LWIP_DELIF_H */

View File

@ -29,8 +29,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_DROPIF_H__
#define LWIP_DROPIF_H__
#ifndef LWIP_DROPIF_H
#define LWIP_DROPIF_H
#include "lwip/netif.h"
@ -38,4 +38,4 @@
err_t dropif_init(struct netif *netif);
#endif /* LWIP_DROPIF_H__ */
#endif /* LWIP_DROPIF_H */

View File

@ -1,6 +1,6 @@
#ifndef LWIP_LIST_H__
#define LWIP_LIST_H__
#ifndef LWIP_LIST_H
#define LWIP_LIST_H
struct elem;

View File

@ -29,11 +29,11 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_PCAPIF_H__
#define LWIP_PCAPIF_H__
#ifndef LWIP_PCAPIF_H
#define LWIP_PCAPIF_H
#include "lwip/netif.h"
err_t pcapif_init(struct netif *netif);
#endif /* LWIP_PCAPIF_H__ */
#endif /* LWIP_PCAPIF_H */

View File

@ -29,11 +29,11 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_TAPIF_H__
#define LWIP_TAPIF_H__
#ifndef LWIP_TAPIF_H
#define LWIP_TAPIF_H
#include "lwip/netif.h"
err_t tapif_init(struct netif *netif);
#endif /* LWIP_TAPIF_H__ */
#endif /* LWIP_TAPIF_H */

View File

@ -29,12 +29,12 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_NETIF_TCPDUMP_H__
#define LWIP_NETIF_TCPDUMP_H__
#ifndef LWIP_NETIF_TCPDUMP_H
#define LWIP_NETIF_TCPDUMP_H
#include "lwip/pbuf.h"
void tcpdump_init(void);
void tcpdump(struct pbuf *p);
#endif /* LWIP_NETIF_TCPDUMP_H__ */
#endif /* LWIP_NETIF_TCPDUMP_H */

View File

@ -29,8 +29,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_TUNIF_H__
#define LWIP_TUNIF_H__
#ifndef LWIP_TUNIF_H
#define LWIP_TUNIF_H
#include "lwip/netif.h"
@ -38,4 +38,4 @@
err_t tunif_init(struct netif *netif);
#endif /* LWIP_TUNIF_H__ */
#endif /* LWIP_TUNIF_H */

View File

@ -29,12 +29,12 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_UNIXIF_H__
#define LWIP_UNIXIF_H__
#ifndef LWIP_UNIXIF_H
#define LWIP_UNIXIF_H
#include "lwip/netif.h"
err_t unixif_init_server(struct netif *netif);
err_t unixif_init_client(struct netif *netif);
#endif /* LWIP_UNIXIF_H__ */
#endif /* LWIP_UNIXIF_H */

View File

@ -35,8 +35,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_LWIPOPTS_H__
#define LWIP_LWIPOPTS_H__
#ifndef LWIP_LWIPOPTS_H
#define LWIP_LWIPOPTS_H
/*
* Include user defined options first. Anything not defined in these files
@ -416,4 +416,4 @@
/* Misc */
#endif /* LWIP_LWIPOPTS_H__ */
#endif /* LWIP_LWIPOPTS_H */

View File

@ -35,8 +35,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_LWIPOPTS_H__
#define LWIP_LWIPOPTS_H__
#ifndef LWIP_LWIPOPTS_H
#define LWIP_LWIPOPTS_H
/*
-----------------------------------------------
@ -392,4 +392,4 @@
/* Misc */
#endif /* LWIP_LWIPOPTS_H__ */
#endif /* LWIP_LWIPOPTS_H */

View File

@ -29,8 +29,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_MINTAPIF_H__
#define LWIP_MINTAPIF_H__
#ifndef LWIP_MINTAPIF_H
#define LWIP_MINTAPIF_H
#include "lwip/netif.h"
@ -43,4 +43,4 @@ err_t mintapif_init(struct netif *netif);
int mintapif_select(struct netif *netif);
enum mintapif_signal mintapif_wait(struct netif *netif, u16_t time);
#endif /* LWIP_MINTAPIF_H__ */
#endif /* LWIP_MINTAPIF_H */

View File

@ -29,8 +29,8 @@
* Author: Adam Dunkels <adam@sics.se>
*
*/
#ifndef LWIP_LWIPOPTS_H__
#define LWIP_LWIPOPTS_H__
#ifndef LWIP_LWIPOPTS_H
#define LWIP_LWIPOPTS_H
#define LWIP_DBG_MIN_LEVEL 0
#define LWIP_COMPAT_SOCKETS 1
@ -308,4 +308,4 @@ a lot of data that needs to be copied, this should be set high. */
#endif /* PPP_SUPPORT > 0 */
#endif /* LWIP_LWIPOPTS_H__ */
#endif /* LWIP_LWIPOPTS_H */

View File

@ -1,5 +1,5 @@
#ifndef LWIP_SYS__TIME_H__
#define LWIP_SYS__TIME_H__
#ifndef LWIP_SYS__TIME_H
#define LWIP_SYS__TIME_H
#include <stdlib.h> /* time_t */

View File

@ -1,5 +1,5 @@
#ifndef LWIP_UNISTD_H__
#define LWIP_UNISTD_H__
#ifndef LWIP_UNISTD_H
#define LWIP_UNISTD_H
/* include io.h for read() and write() */
#include <io.h>