change log for rtems (2011-12-09)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sat Dec 10 05:51:41 UTC 2011
*ralf*:
2011-12-10 Ralf Corsépius <ralf.corsepius at rtems.org>
* posix/src/fork.c: Include <unistd.h> for "fork" prototype.
Don't include <sys/types.h> (unnecessary).
M 1.3085 cpukit/ChangeLog
M 1.5 cpukit/posix/src/fork.c
diff -u rtems/cpukit/ChangeLog:1.3084 rtems/cpukit/ChangeLog:1.3085
--- rtems/cpukit/ChangeLog:1.3084 Fri Dec 9 22:27:35 2011
+++ rtems/cpukit/ChangeLog Fri Dec 9 23:34:14 2011
@@ -1,5 +1,10 @@
2011-12-10 Ralf Corsépius <ralf.corsepius at 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 at 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.
diff -u rtems/cpukit/posix/src/fork.c:1.4 rtems/cpukit/posix/src/fork.c:1.5
--- rtems/cpukit/posix/src/fork.c:1.4 Thu Dec 13 10:52:20 2007
+++ rtems/cpukit/posix/src/fork.c Fri Dec 9 23:34:15 2011
@@ -15,7 +15,8 @@
#include "config.h"
#endif
-#include <sys/types.h>
+#include <unistd.h>
+
#include <errno.h>
#include <rtems/seterr.h>
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111209/6231b5cc/attachment-0001.html>
More information about the vc
mailing list