bug #30129: struct _ip_addr should be struct ip_addr

This commit is contained in:
goldsimon 2010-06-14 19:52:45 +00:00
parent 2c60a48d02
commit 24d823dae6

View File

@ -41,7 +41,7 @@ extern "C" {
/* This is the aligned version of ip_addr_t, /* This is the aligned version of ip_addr_t,
used as local variable, on the stack, etc. */ used as local variable, on the stack, etc. */
struct _ip_addr { struct ip_addr {
u32_t addr; u32_t addr;
}; };
@ -59,7 +59,7 @@ PACK_STRUCT_END
# include "arch/epstruct.h" # include "arch/epstruct.h"
#endif #endif
typedef struct _ip_addr ip_addr_t; typedef struct ip_addr ip_addr_t;
typedef struct _ip_addr_packed ip_addr_p_t; typedef struct _ip_addr_packed ip_addr_p_t;
/* /*