<!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-05-19)</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-05-19 Ralf Corsépius <ralf.corsepius@rtems.org>

        * posix/Makefile.am: Remove posixtime.h.
        * posix/src/clockgetres.c, posix/src/clockgettime.c,
        posix/src/clocksettime.c: Remove posixtime.h.
        Require CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID.
        * posix/src/posixtime.h: Remove.
</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.2838&r2=text&tr2=1.2839&diff_format=h">M</a></td><td width='1%'>1.2839</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/Makefile.am.diff?r1=text&tr1=1.89&r2=text&tr2=1.90&diff_format=h">M</a></td><td width='1%'>1.90</td><td width='100%'>cpukit/posix/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/posix/src/clockgetres.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>cpukit/posix/src/clockgetres.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/posix/src/clockgettime.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&diff_format=h">M</a></td><td width='1%'>1.16</td><td width='100%'>cpukit/posix/src/clockgettime.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/posix/src/clocksettime.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>cpukit/posix/src/clocksettime.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/posix/src/posixtime.h?rev=1.1&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.1</font></td><td width='100%'><font color="#880000">cpukit/posix/src/posixtime.h</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2838 rtems/cpukit/ChangeLog:1.2839
--- rtems/cpukit/ChangeLog:1.2838       Wed May 18 08:05:30 2011
+++ rtems/cpukit/ChangeLog      Thu May 19 01:31:41 2011
</font><font color='#997700'>@@ -1,3 +1,11 @@
</font><font color='#000088'>+2011-05-19    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * posix/Makefile.am: Remove posixtime.h.
+       * posix/src/clockgetres.c, posix/src/clockgettime.c,
+       posix/src/clocksettime.c: Remove posixtime.h.
+       Require CLOCK_PROCESS_CPUTIME_ID, CLOCK_THREAD_CPUTIME_ID.
+       * posix/src/posixtime.h: Remove.
+
</font> 2011-05-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * score/Makefile.am: Reformat.

<font color='#006600'>diff -u rtems/cpukit/posix/Makefile.am:1.89 rtems/cpukit/posix/Makefile.am:1.90
--- rtems/cpukit/posix/Makefile.am:1.89 Mon May 16 09:14:46 2011
+++ rtems/cpukit/posix/Makefile.am      Thu May 19 01:31:42 2011
</font><font color='#997700'>@@ -16,7 +16,6 @@
</font> # Some POSIX functions that are nice to always have
 libposix_a_SOURCES += src/nanosleep.c src/clockgettime.c src/clocksettime.c \
     src/clockgetres.c src/sysconf.c
<font color='#880000'>-libposix_a_SOURCES += src/posixtime.h
</font> 
 include_rtems_posixdir = $(includedir)/rtems/posix
 

<font color='#006600'>diff -u rtems/cpukit/posix/src/clockgetres.c:1.12 rtems/cpukit/posix/src/clockgetres.c:1.13
--- rtems/cpukit/posix/src/clockgetres.c:1.12   Mon May 16 08:55:17 2011
+++ rtems/cpukit/posix/src/clockgetres.c        Thu May 19 01:31:42 2011
</font><font color='#997700'>@@ -28,8 +28,6 @@
</font> 
 #include <rtems/seterr.h>
 
<font color='#880000'>-#include "posixtime.h"
-
</font> /*PAGE
  *
  *  14.2.1 Clocks, P1003.1b-1993, p. 263

<font color='#006600'>diff -u rtems/cpukit/posix/src/clockgettime.c:1.15 rtems/cpukit/posix/src/clockgettime.c:1.16
--- rtems/cpukit/posix/src/clockgettime.c:1.15  Mon May 16 08:55:17 2011
+++ rtems/cpukit/posix/src/clockgettime.c       Thu May 19 01:31:42 2011
</font><font color='#997700'>@@ -23,8 +23,6 @@
</font> 
 #include <rtems/seterr.h>
 
<font color='#880000'>-#include "posixtime.h"
-
</font> /*PAGE
  *
  *  14.2.1 Clocks, P1003.1b-1993, p. 263

<font color='#006600'>diff -u rtems/cpukit/posix/src/clocksettime.c:1.11 rtems/cpukit/posix/src/clocksettime.c:1.12
--- rtems/cpukit/posix/src/clocksettime.c:1.11  Mon May 16 09:09:37 2011
+++ rtems/cpukit/posix/src/clocksettime.c       Thu May 19 01:31:42 2011
</font><font color='#997700'>@@ -23,8 +23,6 @@
</font> 
 #include <rtems/seterr.h>
 
<font color='#880000'>-#include "posixtime.h"
-
</font> /*PAGE
  *
  *  14.2.1 Clocks, P1003.1b-1993, p. 263
</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>