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
51 51
  return 1;
52 52
}
53 53

  
54
#ifdef __GLIBC__
54 55
void endnetgrent(void) {
56
#else
57
int endnetgrent(void) {
58
#endif
55 59
  netgroup_free_all(global_netgroup_head);
56 60
  global_netgroup_head = NULL;
57 61
}
(3-3/3)