summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-12-09 23:55:24 +0000
committerUlrich Drepper <drepper@redhat.com>1997-12-09 23:55:24 +0000
commit09dbe9e30b374bda5a6bb8924464ba48b57ca9bc (patch)
tree6a0204b2448b7902a1afd4cc2126960abe36dd9e
parentc8e10a1504c78c2dacb13618389ef58ab7d61ef7 (diff)
[$(subdir)=misc] (sysdep_headers):
Remove sys/module.h. Add sys/prctl.h and scsi/sg.h. [$(subdir)=inet] (sysdep_headers): Add net/if_slip.h, net/if_packet.h.
-rw-r--r--sysdeps/unix/sysv/linux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 339862d356..7437cb06e5 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -8,10 +8,10 @@ ifeq ($(subdir),misc)
sysdep_routines += sysctl clone llseek
sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h sys/mtio.h \
- sys/module.h sys/io.h sys/klog.h sys/kdaemon.h \
+ sys/io.h sys/klog.h sys/kdaemon.h \
sys/user.h syscall-list.h sys/sysmacros.h sys/procfs.h \
sys/debugreg.h sys/kd.h sys/soundcard.h sys/vt.h \
- sys/quota.h sys/fsuid.h
+ sys/quota.h sys/fsuid.h sys/prctl.h scsi/sg.h
# Generate the list of SYS_* macros for the system calls (__NR_* macros).
$(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/sys/syscall.h
@@ -56,7 +56,7 @@ ifeq ($(subdir),inet)
sysdep_headers += netinet/in_systm.h netinet/udp.h \
netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \
netinet/ip_fw.h netinet/ip_icmp.h netipx/ipx.h \
- sys/socketvar.h
+ sys/socketvar.h net/if_slip.h net/if_packet.h
endif
# Don't compile the ctype glue code, since there is no old non-GNU C library.