diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-24 20:59:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-24 20:59:00 +0000 |
commit | 4f173e2c8a9ee8d5cb64d56a4bad391168d78a2b (patch) | |
tree | 72b8969fa036cc15ad3b3d4c9571ce63665fbfc9 /sysdeps/unix/sysv/linux/Makefile | |
parent | acdacef901d20f6693ae8beb4169b9dbf0a46e81 (diff) | |
download | glibc-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 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 0d230664dc..d972f9ca29 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -66,7 +66,7 @@ sysdep_routines += ntp_gettime endif ifeq ($(subdir),socket) -sysdep_headers += net/if.h net/if_ppp.h net/ppp-comp.h \ +sysdep_headers += net/if_ppp.h net/ppp-comp.h \ net/ppp_defs.h net/if_arp.h net/route.h net/ethernet.h \ net/if_slip.h net/if_packet.h net/if_shaper.h sysdep_routines += cmsg_nxthdr sa_len |