Feature #137 » dyson-test-mocklibc-netdb.c.patch
| 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;
|
||
|
}
|
||
- « Previous
- 1
- 2
- 3
- Next »