about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/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/mach/hurd/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/mach/hurd/if_index.c')
-rw-r--r--sysdeps/mach/hurd/if_index.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/if_index.c b/sysdeps/mach/hurd/if_index.c
index e8ee999899..9870e44715 100644
--- a/sysdeps/mach/hurd/if_index.c
+++ b/sysdeps/mach/hurd/if_index.c
@@ -156,7 +156,7 @@ if_freenameindex (struct if_nameindex *ifn)
   free (ifn);
 }
 
-
+#if 0
 void
 internal_function
 __protocol_available (int *have_inet, int *have_inet6)
@@ -164,3 +164,4 @@ __protocol_available (int *have_inet, int *have_inet6)
   *have_inet = _hurd_socket_server (PF_INET, 0) != MACH_PORT_NULL;
   *have_inet6 = _hurd_socket_server (PF_INET6, 0) != MACH_PORT_NULL;
 }
+#endif