summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-05-29 19:09:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-05-29 19:09:35 +0000
commit011e3b3f3cf372b81072e4e8202d49355fc8f5ee (patch)
treec2899c888f4c6069b028e70e37c251aee365f129
parent2003-05-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-011e3b3f3cf372b81072e4e8202d49355fc8f5ee.tar.bz2
2003-05-29 Joel Sherrill <joel@OARcorp.com>
* rtems/rtems_syscall.c: Removed warnings.
-rw-r--r--cpukit/libnetworking/ChangeLog4
-rw-r--r--cpukit/libnetworking/rtems/rtems_syscall.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 0b8243b487..dc7c502a1f 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-29 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/rtems_syscall.c: Removed warnings.
+
2003-05-15 cjohns@cybertec.com.au <cjohns@cybertec.com.au>
* netinet/in.h:
diff --git a/cpukit/libnetworking/rtems/rtems_syscall.c b/cpukit/libnetworking/rtems/rtems_syscall.c
index 429e47b511..9033f71731 100644
--- a/cpukit/libnetworking/rtems/rtems_syscall.c
+++ b/cpukit/libnetworking/rtems/rtems_syscall.c
@@ -23,6 +23,7 @@
#include <sys/proc.h>
#include <sys/fcntl.h>
#include <sys/filio.h>
+#include <sys/sysctl.h>
#include <net/if.h>
#include <net/route.h>