about summary refs log tree commit diff
path: root/socket/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-24 20:59:00 +0000
committerRoland McGrath <roland@gnu.org>2000-03-24 20:59:00 +0000
commit4f173e2c8a9ee8d5cb64d56a4bad391168d78a2b (patch)
tree72b8969fa036cc15ad3b3d4c9571ce63665fbfc9 /socket/Makefile
parentacdacef901d20f6693ae8beb4169b9dbf0a46e81 (diff)
downloadglibc-4f173e2c8a9ee8d5cb64d56a4bad391168d78a2b.tar.gz
glibc-4f173e2c8a9ee8d5cb64d56a4bad391168d78a2b.tar.xz
glibc-4f173e2c8a9ee8d5cb64d56a4bad391168d78a2b.zip
* sysdeps/mach/hurd/if_index.c: New file.
	* sysdeps/unix/sysv/linux/net/if.h: Moved to ...
	* sysdeps/gnu/net/if.h: here.
	(_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
	* sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
	* sysdeps/generic/net/if.h: New file.  Declares just the standard
	functions and `struct if_nameindex' type.
	* socket/Makefile (headers): Add net/if.h here.
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
	* sysdeps/mach/hurd/Dist: Remove it here.
	* sysdeps/unix/sysv/linux/Dist: And here.
	* sysdeps/generic/if_index.c: Include <net/if.h>.
Diffstat (limited to 'socket/Makefile')
-rw-r--r--socket/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket/Makefile b/socket/Makefile
index d68461e16e..fb97705bb4 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
+# Copyright (C) 1991,95,96,97,98,99,2000 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -22,7 +22,7 @@
 subdir	:= socket
 
 headers	:= sys/socket.h sys/un.h bits/sockaddr.h bits/socket.h \
-	   sys/socketvar.h
+	   sys/socketvar.h net/if.h
 
 routines := accept bind connect getpeername getsockname getsockopt	\
 	    listen recv recvfrom recvmsg send sendmsg sendto		\