summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/posix/ChangeLog4
-rw-r--r--c/src/exec/posix/src/alarm.c2
-rw-r--r--cpukit/posix/ChangeLog4
-rw-r--r--cpukit/posix/src/alarm.c2
4 files changed, 10 insertions, 2 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index 108cff09e2..cb4d0c33fc 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-23 Joel Sherrill <joel@OARcorp.com>
+
+ * src/alarm.c: Eliminated use of C++ style comments.
+
2001-01-12 Joel Sherrill <joel@OARcorp.com>
* src/clockgetres.c: Fixed match problem. We are not converting
diff --git a/c/src/exec/posix/src/alarm.c b/c/src/exec/posix/src/alarm.c
index b2258d7e56..4be32f3dbf 100644
--- a/c/src/exec/posix/src/alarm.c
+++ b/c/src/exec/posix/src/alarm.c
@@ -13,7 +13,7 @@
#include <pthread.h>
-//#include <errno.h>
+/* #include <errno.h> */
#include <rtems/system.h>
#include <rtems/posix/pthread.h>
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 108cff09e2..cb4d0c33fc 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-23 Joel Sherrill <joel@OARcorp.com>
+
+ * src/alarm.c: Eliminated use of C++ style comments.
+
2001-01-12 Joel Sherrill <joel@OARcorp.com>
* src/clockgetres.c: Fixed match problem. We are not converting
diff --git a/cpukit/posix/src/alarm.c b/cpukit/posix/src/alarm.c
index b2258d7e56..4be32f3dbf 100644
--- a/cpukit/posix/src/alarm.c
+++ b/cpukit/posix/src/alarm.c
@@ -13,7 +13,7 @@
#include <pthread.h>
-//#include <errno.h>
+/* #include <errno.h> */
#include <rtems/system.h>
#include <rtems/posix/pthread.h>