1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

(__protocol_available): Uncomment, it's not needed at the moment.

This commit is contained in:
Andreas Jaeger
2000-12-27 08:14:22 +00:00
parent 33c80ad75b
commit 90c00a4c96
3 changed files with 7 additions and 4 deletions

View File

@ -243,7 +243,7 @@ if_indextoname (unsigned int ifindex, char *ifname)
#endif
}
#if 0
void
internal_function
__protocol_available (int *have_inet, int *have_inet6)
@ -316,3 +316,4 @@ __protocol_available (int *have_inet, int *have_inet6)
__close (fd);
}
#endif