summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 18:02:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 18:02:47 +0000
commitc7286d942e58a50adc8907f40a4a8497300156cd (patch)
treecae74030b35608027434ad2988dd2a2afcbb5370 /c/src/exec/libnetworking
parent2001-05-14 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-c7286d942e58a50adc8907f40a4a8497300156cd.tar.bz2
2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sys/ioctl.h: Remove. * sys/sockio.h: Remove. * sys/filio.h: Remove. * sys/Makefile.am: Reflect changes above.
Diffstat (limited to 'c/src/exec/libnetworking')
-rw-r--r--c/src/exec/libnetworking/ChangeLog7
-rw-r--r--c/src/exec/libnetworking/sys/Makefile.am7
2 files changed, 9 insertions, 5 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * sys/ioctl.h: Remove.
+ * sys/sockio.h: Remove.
+ * sys/filio.h: Remove.
+ * sys/Makefile.am: Reflect changes above.
+
2001-05-14 Joel Sherrill <joel@OARcorp.com>
* 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 \