<!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 (2010-08-30)</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>2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>

        * configure.ac: AC_CHECK_DECLS([seteuid]).
        * psximfs02/init.c: Provide decl for seteuid if not provided by
        libc.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/ChangeLog.diff?r1=text&tr1=1.314&r2=text&tr2=1.315&diff_format=h">M</a></td><td width='1%'>1.315</td><td width='100%'>testsuites/psxtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/configure.ac.diff?r1=text&tr1=1.73&r2=text&tr2=1.74&diff_format=h">M</a></td><td width='1%'>1.74</td><td width='100%'>testsuites/psxtests/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtests/psximfs02/init.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>testsuites/psxtests/psximfs02/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtests/ChangeLog:1.314 rtems/testsuites/psxtests/ChangeLog:1.315
--- rtems/testsuites/psxtests/ChangeLog:1.314   Mon Aug 30 07:21:31 2010
+++ rtems/testsuites/psxtests/ChangeLog Mon Aug 30 11:58:12 2010
</font><font color='#997700'>@@ -1,5 +1,11 @@
</font> 2010-08-30        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * configure.ac: AC_CHECK_DECLS([seteuid]).
+       * psximfs02/init.c: Provide decl for seteuid if not provided by
+       libc.
+
+2010-08-30     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * psxenosys/init.c, psxenosys/psxenosys.doc,
        psxenosys/psxenosys.scn: Remove devctl.
 

<font color='#006600'>diff -u rtems/testsuites/psxtests/configure.ac:1.73 rtems/testsuites/psxtests/configure.ac:1.74
--- rtems/testsuites/psxtests/configure.ac:1.73 Mon Aug 16 08:29:48 2010
+++ rtems/testsuites/psxtests/configure.ac      Mon Aug 30 11:58:12 2010
</font><font color='#997700'>@@ -53,6 +53,10 @@
</font> # RTEMS provides a stub, despite newlib doesn't have sys/mman.h
 AC_CHECK_DECLS([mprotect],[],[],[[#include <sys/mman.h>]])
 
<font color='#000088'>+# FIXME: IEEE Std 1003.1-2008 mandates seteuid in unistd.h
+# RTEMS provides it, despite newlib doesn't declare it.
+AC_CHECK_DECLS([seteuid],[],[],[#include <unistd.h>])
+
</font> # FIXME: We should get rid of this. It's a cludge.
 AC_CHECK_SIZEOF([off_t])
 

<font color='#006600'>diff -u rtems/testsuites/psxtests/psximfs02/init.c:1.6 rtems/testsuites/psxtests/psximfs02/init.c:1.7
--- rtems/testsuites/psxtests/psximfs02/init.c:1.6      Tue Aug 10 09:41:47 2010
+++ rtems/testsuites/psxtests/psximfs02/init.c  Mon Aug 30 11:58:12 2010
</font><font color='#997700'>@@ -20,6 +20,10 @@
</font> #include <rtems/libio.h>
 #include <rtems/libcsupport.h>
 
<font color='#000088'>+#if !HAVE_DECL_SETEUID
+extern int seteuid(uid_t euid);
+#endif
+
</font> void IMFS_dump( void );
 rtems_task Init(
   rtems_task_argument argument
</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>