From: Michael Adam Date: Fri, 22 Feb 2008 12:53:05 +0000 (+0100) Subject: libreplace: don't use socketwrapper for getifaddrs() implementations. X-Git-Tag: samba-3.2.0pre2~37^2~158^2~2 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=85eec1d1d6b674294c50eb912fbe7d5a1dd42909;p=kai%2Fsamba-autobuild%2F.git libreplace: don't use socketwrapper for getifaddrs() implementations. Michael --- diff --git a/source/lib/replace/getifaddrs.c b/source/lib/replace/getifaddrs.c index a6f06e545f9..053657475d8 100644 --- a/source/lib/replace/getifaddrs.c +++ b/source/lib/replace/getifaddrs.c @@ -19,6 +19,8 @@ along with this program. If not, see . */ +#define SOCKET_WRAPPER_NOT_REPLACE + #include "replace.h" #include "system/network.h"