<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-12-09)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>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).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.3084&r2=text&tr2=1.3085&diff_format=h">M</a></td><td width='1%'>1.3085</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/posix/src/fork.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>cpukit/posix/src/fork.c</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2011-12-10        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * 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>
+
</font>   PR 1985/cpukit
        * telnetd/Makefile.am: Remove icmds.c.
 
<font color='#997700'>@@ -236,8 +241,6 @@
</font>   Include <rtems/posix/semaphore.h> (Missing prototypes).
        * posix/src/mqueuenotify.c: Make _POSIX_Message_queue_Notify_handler
        static.
<font color='#880000'>-   * posix/src/fork.c: Include <unistd.h> for "fork" prototype.
-       Don't include <sys/types.h> (unnecessary).
</font>   * libcsupport/src/termios.c: Remove unnecessary cast.
        * libmisc/shell/main_mv.c: Add prototype for main_mv.
 

<font color='#006600'>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
</font><font color='#997700'>@@ -15,7 +15,8 @@
</font> #include "config.h"
 #endif
 
<font color='#880000'>-#include <sys/types.h>
</font><font color='#000088'>+#include <unistd.h>
+
</font> #include <errno.h>
 #include <rtems/seterr.h>
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>