Project

General

Profile

Feature #137 » dyson-test-mocklibc-netdb.c.patch

Igor Pashev, 2013-06-23 10:53 AM

View differences:

policykit-1-0.105/test/mocklibc/src/netdb.c 2013-06-20 22:35:51.502612835 +0400
return 1;
}
#ifdef __GLIBC__
void endnetgrent(void) {
#else
int endnetgrent(void) {
#endif
netgroup_free_all(global_netgroup_head);
global_netgroup_head = NULL;
}
(3-3/3)