summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:13:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 15:13:05 +0000
commitfaa85e62a27edadf79e3b05b5431ab1407395274 (patch)
tree8c8c267a0b5ae73ffe4a6366f36046a3aeaf46e9
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadnetwork-demos-faa85e62a27edadf79e3b05b5431ab1407395274.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: confdefs.h should be rtems/confdefs.h
-rw-r--r--dnstest/ChangeLog4
-rw-r--r--dnstest/init.c2
-rw-r--r--netdemo/ChangeLog4
-rw-r--r--netdemo/init.c2
-rw-r--r--ntp/ChangeLog4
-rw-r--r--ntp/init.c2
-rw-r--r--rpc_demo/ChangeLog4
-rw-r--r--rpc_demo/init.c2
-rw-r--r--select/ChangeLog4
-rw-r--r--select/init.c2
-rw-r--r--tftpTest/ChangeLog4
-rw-r--r--tftpTest/init.c2
-rw-r--r--ttcp/ChangeLog4
-rw-r--r--ttcp/init.c2
14 files changed, 35 insertions, 7 deletions
diff --git a/dnstest/ChangeLog b/dnstest/ChangeLog
index 1882560..b46eb56 100644
--- a/dnstest/ChangeLog
+++ b/dnstest/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: 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/dnstest/init.c b/dnstest/init.c
index 6f34de0..e9df1bf 100644
--- a/dnstest/init.c
+++ b/dnstest/init.c
@@ -39,7 +39,7 @@
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/netdemo/ChangeLog b/netdemo/ChangeLog
index 63107c7..127312c 100644
--- a/netdemo/ChangeLog
+++ b/netdemo/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: 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/netdemo/init.c b/netdemo/init.c
index 605a4f9..3a5b0bb 100644
--- a/netdemo/init.c
+++ b/netdemo/init.c
@@ -39,7 +39,7 @@
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/ntp/ChangeLog b/ntp/ChangeLog
index 63107c7..127312c 100644
--- a/ntp/ChangeLog
+++ b/ntp/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: 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/ntp/init.c b/ntp/init.c
index 2c4b312..8d1378c 100644
--- a/ntp/init.c
+++ b/ntp/init.c
@@ -39,7 +39,7 @@
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/rpc_demo/ChangeLog b/rpc_demo/ChangeLog
index 63107c7..127312c 100644
--- a/rpc_demo/ChangeLog
+++ b/rpc_demo/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: 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/rpc_demo/init.c b/rpc_demo/init.c
index f662a41..940f084 100644
--- a/rpc_demo/init.c
+++ b/rpc_demo/init.c
@@ -26,7 +26,7 @@
rtems_task Init(rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
/*
* Network configuration
diff --git a/select/ChangeLog b/select/ChangeLog
index 63107c7..127312c 100644
--- a/select/ChangeLog
+++ b/select/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: 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/select/init.c b/select/init.c
index 16e5d0d..e969fea 100644
--- a/select/init.c
+++ b/select/init.c
@@ -39,7 +39,7 @@
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/tftpTest/ChangeLog b/tftpTest/ChangeLog
index dae58a8..fdd1ed1 100644
--- a/tftpTest/ChangeLog
+++ b/tftpTest/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: 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/tftpTest/init.c b/tftpTest/init.c
index a40777e..146605f 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -40,7 +40,7 @@
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/ttcp/ChangeLog b/ttcp/ChangeLog
index 63107c7..127312c 100644
--- a/ttcp/ChangeLog
+++ b/ttcp/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: 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/ttcp/init.c b/ttcp/init.c
index 994af4b..b32a8c4 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -39,7 +39,7 @@
#define CONFIGURE_INIT
rtems_task Init (rtems_task_argument argument);
-#include <confdefs.h>
+#include <rtems/confdefs.h>
#include <stdio.h>
#include <rtems/rtems_bsdnet.h>