summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-28 15:15:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-28 15:15:48 +0000
commite63648917f2ce7a74bb41a38287f2e86d6976819 (patch)
treebe4d5b7e1635eba14626676d33d735c036ceaefe
parent2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-e63648917f2ce7a74bb41a38287f2e86d6976819.tar.bz2
2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* gsocket.h: Version submitted.
-rw-r--r--gen-soconn/ChangeLog4
-rw-r--r--gen-soconn/gsocket.h11
2 files changed, 9 insertions, 6 deletions
diff --git a/gen-soconn/ChangeLog b/gen-soconn/ChangeLog
index fdacadf..e652a0f 100644
--- a/gen-soconn/ChangeLog
+++ b/gen-soconn/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * gsocket.h: Version submitted.
+
2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* gsocket.h: This version of gsocket.h compiles in and out of the GCC
diff --git a/gen-soconn/gsocket.h b/gen-soconn/gsocket.h
index 779a1b1..01c7e28 100644
--- a/gen-soconn/gsocket.h
+++ b/gen-soconn/gsocket.h
@@ -140,12 +140,11 @@
#endif
/*
- * RTEMS has these files but you only have the .h files in the C library
- * when building GNAT. So networking .h files are not available until
- * you install RTEMS. Because this file is also included from
- * gen-soccon.c which is built to run on RTEMS, we must distinguish
- * between IN_RTS and using this file to compile gen-soccon.
- *
+ * RTEMS has these .h files but not until you have built RTEMS. When
+ * IN_RTS, you only have the .h files in the newlib C library.
+ * Because this file is also included from gen-soccon.c which is built
+ * to run on RTEMS (not IN_RTS), we must distinguish between IN_RTS
+ * and using this file to compile gen-soccon.
*/
#if !(defined (VMS) || defined (__MINGW32__) || \
(defined(__rtems__) && defined(IN_RTS)))