Displaying 1 result from an estimated 1 matches for "rep_freeifaddr".
Did you mean:
rep_freeifaddrs
2013 Jul 02
0
Problems building new 3.6.16: getting symbols from local sys AND "../lib/replace
...claration of
?rep_getifaddrs? was here
#define getifaddrs rep_getifaddrs
^
In file included from ./../nsswitch/winbind_nss_config.h:46:0,
from ../nsswitch/libwbclient/libwbclient.h:31,
from ../nsswitch/libwbclient/wbc_guid.c:26:
./../lib/replace/system/network.h:151:6: error: conflicting types for
?rep_freeifaddrs?
void rep_freeifaddrs(struct ifaddrs *);
^
In file included from ../nsswitch/libwbclient/wbc_guid.c:25:0:
./../lib/replace/replace.h:543:21: note: previous declaration of
?rep_freeifaddrs? was here
#define freeifaddrs rep_freeifaddrs
^
I'm not sure which one is on, in error or which I should...