diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-27 08:14:22 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-27 08:14:22 +0000 |
commit | 90c00a4c965cd591498259bb0615feefa9720b9a (patch) | |
tree | f3ba259d6e53751e4ab53a8755456e3998ec7f70 /sysdeps/unix | |
parent | 33c80ad75b6f2fd5a2321d3bccf4c52a89324bb8 (diff) | |
download | glibc-90c00a4c965cd591498259bb0615feefa9720b9a.zip glibc-90c00a4c965cd591498259bb0615feefa9720b9a.tar.gz glibc-90c00a4c965cd591498259bb0615feefa9720b9a.tar.bz2 |
(__protocol_available): Uncomment, it's not needed at the moment.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/if_index.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/if_index.c b/sysdeps/unix/sysv/linux/if_index.c index 764dac7..5a57cb9 100644 --- a/sysdeps/unix/sysv/linux/if_index.c +++ b/sysdeps/unix/sysv/linux/if_index.c @@ -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 |