summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-28 13:53:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-28 13:53:14 +0000
commit39cfbcdd497c9075e02523cfb171696eb3c8a296 (patch)
treebb9266abcdb55e14321d1da7f026cdc598065a1d
parenta1913c5f84a536c2c5e35bd326605525b6d39e75 (diff)
2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: Update from CVS head to be buildable.
-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 8a59d16..1224d11 100644
--- a/dnstest/ChangeLog
+++ b/dnstest/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Update from CVS head to be buildable.
+
2000-12-14 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/dnstest/init.c b/dnstest/init.c
index 57f93a2..58d8565 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 e4acd95..678f5b2 100644
--- a/netdemo/ChangeLog
+++ b/netdemo/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Update from CVS head to be buildable.
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of
diff --git a/netdemo/init.c b/netdemo/init.c
index 5b6681b..8968e06 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 e4acd95..678f5b2 100644
--- a/ntp/ChangeLog
+++ b/ntp/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Update from CVS head to be buildable.
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of
diff --git a/ntp/init.c b/ntp/init.c
index 264d7e3..7743714 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 e4acd95..678f5b2 100644
--- a/rpc_demo/ChangeLog
+++ b/rpc_demo/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Update from CVS head to be buildable.
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of
diff --git a/rpc_demo/init.c b/rpc_demo/init.c
index 2e9981f..85043a1 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 e4acd95..678f5b2 100644
--- a/select/ChangeLog
+++ b/select/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Update from CVS head to be buildable.
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of
diff --git a/select/init.c b/select/init.c
index a5b1dd1..4281ff6 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 ed1f19c..f61ab06 100644
--- a/tftpTest/ChangeLog
+++ b/tftpTest/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Update from CVS head to be buildable.
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of
diff --git a/tftpTest/init.c b/tftpTest/init.c
index 0b36a07..3689400 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 e4acd95..678f5b2 100644
--- a/ttcp/ChangeLog
+++ b/ttcp/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * init.c: Update from CVS head to be buildable.
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* init.c: Increase number of file descriptors and use IMFS instead of
diff --git a/ttcp/init.c b/ttcp/init.c
index 07d1c42..193e481 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>