summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-25 19:43:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-25 19:43:52 +0000
commita281b95bfa3c0059cbbf5e88f60a9b4478c44f58 (patch)
tree389626c0c177b32d6f9cb621c7bbb50e789092f6 /cpukit
parent2002-03-25 Eric Norum <norume@aps.anl.gov> (diff)
downloadrtems-a281b95bfa3c0059cbbf5e88f60a9b4478c44f58.tar.bz2
2003-03-25 Joel Sherrill <joel@OARcorp.com>
* rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/ChangeLog4
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index 8415ce70a1..14513eaee6 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-25 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/rtems_bsdnet_malloc_starvation.c: Fixed name of include file.
+
2002-03-25 Eric Norum <norume@aps.anl.gov>
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
index 20af7a97b8..52e78f00e2 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_malloc_starvation.c
@@ -6,7 +6,7 @@
*/
#include <stdio.h>
-#include <rtems_bsdnet.h>
+#include <rtems/rtems_bsdnet.h>
void
rtems_bsdnet_malloc_starvation(void)