summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:12:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:12:53 +0000
commit631f794161d5dc020f7e1aaba1f13890f504116d (patch)
treeba9ec4420c8bd0646c8c82824535234ab20afb4d
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadnetwork-demos-631f794161d5dc020f7e1aaba1f13890f504116d.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c, system.h: confdefs.h should be rtems/confdefs.h
-rw-r--r--http/ChangeLog4
-rw-r--r--http/init.c2
-rw-r--r--http/system.h2
-rw-r--r--netlink/ChangeLog4
-rw-r--r--netlink/init.c2
-rw-r--r--netlink/system.h2
6 files changed, 12 insertions, 4 deletions
diff --git a/http/ChangeLog b/http/ChangeLog
index 1882560..5a7a256 100644
--- a/http/ChangeLog
+++ b/http/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c, system.h: confdefs.h should be rtems/confdefs.h
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
2000-12-14 Joel Sherrill <joel@OARcorp.com>
diff --git a/http/init.c b/http/init.c
index ab8f14d..6a0f72a 100644
--- a/http/init.c
+++ b/http/init.c
@@ -35,7 +35,7 @@
#include <errno.h>
#include <time.h>
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <rtems/rtems_bsdnet.h>
#include <ftpd.h>
diff --git a/http/system.h b/http/system.h
index aa9e56c..c88c0fc 100644
--- a/http/system.h
+++ b/http/system.h
@@ -24,7 +24,7 @@ rtems_task Init(
/* configuration information */
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */
diff --git a/netlink/ChangeLog b/netlink/ChangeLog
index 63107c7..0f0afe5 100644
--- a/netlink/ChangeLog
+++ b/netlink/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c, system.h: confdefs.h should be rtems/confdefs.h
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
2003-01-28 Joel Sherrill <joel@OARcorp.com>
diff --git a/netlink/init.c b/netlink/init.c
index 20b77ee..3e8a5f9 100644
--- a/netlink/init.c
+++ b/netlink/init.c
@@ -32,7 +32,7 @@ rtems_task Init(
/* configuration information */
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <errno.h>
#include <time.h>
diff --git a/netlink/system.h b/netlink/system.h
index aa9e56c..c88c0fc 100644
--- a/netlink/system.h
+++ b/netlink/system.h
@@ -24,7 +24,7 @@ rtems_task Init(
/* configuration information */
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/* global variables */