From c7286d942e58a50adc8907f40a4a8497300156cd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 May 2002 18:02:47 +0000 Subject: 2002-05-14 Ralf Corsepius * sys/ioctl.h: Remove. * sys/sockio.h: Remove. * sys/filio.h: Remove. * sys/Makefile.am: Reflect changes above. --- c/src/exec/libnetworking/ChangeLog | 7 +++++++ c/src/exec/libnetworking/sys/Makefile.am | 7 ++----- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'c/src/exec/libnetworking') diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog index cae683da87..b00d0a3412 100644 --- a/c/src/exec/libnetworking/ChangeLog +++ b/c/src/exec/libnetworking/ChangeLog @@ -1,3 +1,10 @@ +2002-05-14 Ralf Corsepius + + * sys/ioctl.h: Remove. + * sys/sockio.h: Remove. + * sys/filio.h: Remove. + * sys/Makefile.am: Reflect changes above. + 2001-05-14 Joel Sherrill * ChangeLog: Corrected -- entry should have been in libchip. diff --git a/c/src/exec/libnetworking/sys/Makefile.am b/c/src/exec/libnetworking/sys/Makefile.am index efb5d9ded1..e0cd17e6f4 100644 --- a/c/src/exec/libnetworking/sys/Makefile.am +++ b/c/src/exec/libnetworking/sys/Makefile.am @@ -2,15 +2,12 @@ ## $Id$ ## - - - include_sysdir = $(includedir)/sys -include_sys_HEADERS = buf.h callout.h conf.h domain.h filio.h ioctl.h kernel.h libkern.h \ +include_sys_HEADERS = buf.h callout.h conf.h domain.h kernel.h libkern.h \ malloc.h mbuf.h mount.h param.h proc.h protosw.h queue.h reboot.h \ resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \ - sockio.h sysctl.h syslimits.h syslog.h systm.h ttydefaults.h ucred.h \ + sysctl.h syslimits.h syslog.h systm.h ttydefaults.h ucred.h \ uio.h un.h PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \ -- cgit v1.2.3