From 24d823dae6dd5a278a501bcaec224322aef57ebf Mon Sep 17 00:00:00 2001 From: goldsimon Date: Mon, 14 Jun 2010 19:52:45 +0000 Subject: [PATCH] bug #30129: struct _ip_addr should be struct ip_addr --- src/include/ipv4/lwip/ip_addr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/ipv4/lwip/ip_addr.h b/src/include/ipv4/lwip/ip_addr.h index f6a773b6..29f68c4b 100644 --- a/src/include/ipv4/lwip/ip_addr.h +++ b/src/include/ipv4/lwip/ip_addr.h @@ -41,7 +41,7 @@ extern "C" { /* This is the aligned version of ip_addr_t, used as local variable, on the stack, etc. */ -struct _ip_addr { +struct ip_addr { u32_t addr; }; @@ -59,7 +59,7 @@ PACK_STRUCT_END # include "arch/epstruct.h" #endif -typedef struct _ip_addr ip_addr_t; +typedef struct ip_addr ip_addr_t; typedef struct _ip_addr_packed ip_addr_p_t; /*