summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c705f3e411..9f9b120cb2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * posix/src/fork.c: Include <unistd.h> for "fork" prototype.
+ Don't include <sys/types.h> (unnecessary).
+
+2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
+
PR 1985/cpukit
* telnetd/Makefile.am: Remove icmds.c.
@@ -236,8 +241,6 @@
Include <rtems/posix/semaphore.h> (Missing prototypes).
* posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler
static.
- * posix/src/fork.c: Include <unistd.h> for "fork" prototype.
- Don't include <sys/types.h> (unnecessary).
* libcsupport/src/termios.c: Remove unnecessary cast.
* libmisc/shell/main_mv.c: Add prototype for main_mv.