summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-09 16:47:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-06-09 16:47:49 +0000
commit5a0592cf17c0a67982e5bfd6f35414ff42c9a016 (patch)
treefba3edc3af7190aa062c0a59c4228f7926b2b78f
parentModified to return an error when a bogus return address for the (diff)
downloadrtems-5a0592cf17c0a67982e5bfd6f35414ff42c9a016.tar.bz2
Do not use the RTEMS simpleioctl.h if networking is enabled since
that subsystem provides a more robust version of ioctl.h.
-rw-r--r--c/src/lib/include/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/include/Makefile.in b/c/src/lib/include/Makefile.in
index 18d89a274a..0c4b854556 100644
--- a/c/src/lib/include/Makefile.in
+++ b/c/src/lib/include/Makefile.in
@@ -19,7 +19,10 @@ H_PIECES=chain console clockdrv iosupp ringbuf \
spurious timerdrv vmeintr
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
-SYS_H_PIECES=ioctl termios utime
+SYS_H_PIECES=termios utime
+ifeq ($(HAS_NETWORKING),yes)
+SYS_H_PIECES+=ioctl
+endif
SYS_H_FILES=$(SYS_H_PIECES:%=$(srcdir)/sys/%.h)
MOTOROLA_H_PIECES=mc68230 mc68681