X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=networking%2Fnetstat.c;h=8b7a57405b3007ce73b654afca8161b2770c6f3c;hb=53f72bb3f0bd81b1d3af8939a16ec730c7e750c3;hp=149a81ee4f830fa972e21296fbe8b64f4b649e1c;hpb=36659fda1f05e735839b22d9e8892731fb46d7b0;p=oweals%2Fbusybox.git diff --git a/networking/netstat.c b/networking/netstat.c index 149a81ee4..8b7a57405 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -437,7 +437,7 @@ static int FAST_FUNC tcp_do_one(char *line) ) \ ) #else -# define NOT_NULL_ADDR(A) (A.sin_addr.s_addr) +# define NOT_NULL_ADDR(A) (A.sin.sin_addr.s_addr) #endif static int FAST_FUNC udp_do_one(char *line)