summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 05:09:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-05 05:09:50 +0000
commit33385b149154f7c345a6f6f316663c1cf4d56750 (patch)
tree70e05867b49cc14e87d7f713dbb53fa8ff20df3a /cpukit
parent2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-33385b149154f7c345a6f6f316663c1cf4d56750.tar.bz2
2011-12-05 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 'cpukit')
-rw-r--r--cpukit/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c763395512..8c5a3e5fe2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,7 @@
2011-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * 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.