From e196b7ddf53040055c49fe3f10b304ceddf42578 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 May 1999 08:52:16 +0000 Subject: 1999-05-16 Roland McGrath * sysdeps/unix/sysv/linux/sys/socketvar.h: Moved to ... * sysdeps/generic/sys/socketvar.h: ... here. * sysdeps/unix/sysv/linux/netinet/in_systm.h: Moved to ... * sysdeps/generic/netinet/in_systm.h: ... here. * sysdeps/unix/sysv/linux/Dist: Remove netinet/in_systm.h, sys/socketvar.h. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Likewise. * inet/Makefile (headers): Add netinet/in_systm.h here. * socket/Makefile (headers): Add sys/socketvar.h here. --- inet/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inet/Makefile') diff --git a/inet/Makefile b/inet/Makefile index d37cfc7e71..12da863f80 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99 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 @@ -21,7 +21,8 @@ # subdir := inet -headers := netinet/ether.h netinet/in.h netinet/if_ether.h \ +headers := netinet/ether.h netinet/in.h netinet/in_systm.h \ + netinet/if_ether.h \ netinet/tcp.h netinet/ip.h $(wildcard arpa/*.h protocols/*.h) \ aliases.h netinet/ip6.h netinet/icmp6.h bits/in.h -- cgit v1.2.3