From 66573305157f00a1440ada3f71e7fd471f99715b Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 3 Dec 2007 00:40:58 +0000 Subject: Fixed compilation errors/warnings on Linux with the recent IPv6 commits git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1611 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/compat/socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pjlib/include/pj/compat/socket.h') diff --git a/pjlib/include/pj/compat/socket.h b/pjlib/include/pj/compat/socket.h index b56b7885..b1a80da0 100644 --- a/pjlib/include/pj/compat/socket.h +++ b/pjlib/include/pj/compat/socket.h @@ -67,7 +67,6 @@ # include # endif -# undef s_addr # define PJ_SOCK_HAS_GETADDRINFO 1 #endif /* _MSC_VER */ @@ -146,9 +145,10 @@ /* - * And undefine this.. + * And undefine these.. */ #undef s_addr +#undef s6_addr /* * Linux kernel specifics -- cgit v1.2.3