summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-10 05:34:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-10 05:34:15 +0000
commit4172953cc4527ad87dcb9c08ed5a65a71ddf4407 (patch)
treef4aa78a3b6ecedb4be4b53bd912087f3148ee8f5 /cpukit/ChangeLog
parent2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4172953cc4527ad87dcb9c08ed5a65a71ddf4407.tar.bz2
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).
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.