about summary refs log tree commit diff
path: root/sysdeps/generic/if_index.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 08:14:22 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 08:14:22 +0000
commit90c00a4c965cd591498259bb0615feefa9720b9a (patch)
treef3ba259d6e53751e4ab53a8755456e3998ec7f70 /sysdeps/generic/if_index.c
parent33c80ad75b6f2fd5a2321d3bccf4c52a89324bb8 (diff)
downloadglibc-90c00a4c965cd591498259bb0615feefa9720b9a.tar.gz
glibc-90c00a4c965cd591498259bb0615feefa9720b9a.tar.xz
glibc-90c00a4c965cd591498259bb0615feefa9720b9a.zip
(__protocol_available): Uncomment, it's not needed at the moment.
Diffstat (limited to 'sysdeps/generic/if_index.c')
-rw-r--r--sysdeps/generic/if_index.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/generic/if_index.c b/sysdeps/generic/if_index.c
index 4dc2a5511a..a6931e53d1 100644
--- a/sysdeps/generic/if_index.c
+++ b/sysdeps/generic/if_index.c
@@ -51,12 +51,13 @@ if_nameindex (void)
 stub_warning (if_nameindex)
 #include <stub-tag.h>
 
-
+#if 0
 void
 internal_function
 __protocol_available (int *have_inet, int *have_inet6)
 {
-  /* By default we assume that IPv4 is avaialble, IPv6 not.  */
+  /* By default we assume that IPv4 is available, IPv6 not.  */
   *have_inet = 1;
   *have_inet6 = 0;
 }
+#endif