change log for rtems (2011-10-23)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sun Oct 23 07:12:04 UTC 2011
*ralf*:
2011-10-23 Ralf Corsépius <ralf.corsepius at rtems.org>
* page.c: Remove unused var "dirCount".
M 1.71 c/src/lib/libcpu/i386/ChangeLog
M 1.20 c/src/lib/libcpu/i386/page.c
diff -u rtems/c/src/lib/libcpu/i386/ChangeLog:1.70 rtems/c/src/lib/libcpu/i386/ChangeLog:1.71
--- rtems/c/src/lib/libcpu/i386/ChangeLog:1.70 Mon Mar 14 12:37:00 2011
+++ rtems/c/src/lib/libcpu/i386/ChangeLog Sun Oct 23 01:40:09 2011
@@ -1,3 +1,7 @@
+2011-10-23 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * page.c: Remove unused var "dirCount".
+
2011-03-14 Joel Sherrill <joel.sherrill at oarcorp.com>
* cpu.h: Remove warnings.
diff -u rtems/c/src/lib/libcpu/i386/page.c:1.19 rtems/c/src/lib/libcpu/i386/page.c:1.20
--- rtems/c/src/lib/libcpu/i386/page.c:1.19 Fri Jan 28 21:41:59 2011
+++ rtems/c/src/lib/libcpu/i386/page.c Sun Oct 23 01:40:09 2011
@@ -336,7 +336,6 @@
linear_address linearAddr;
page_table *localPageTable;
unsigned int lastAddr ;
- unsigned int dirCount ;
unsigned char pagingWasEnabled;
pagingWasEnabled = 0;
@@ -348,7 +347,6 @@
linearAddr.address = (unsigned int)mappedAddress;
lastAddr = (unsigned int)mappedAddress + (size - 1);
- dirCount = linearAddr.bits.directory;
while (1){
*ralf*:
2011-10-23 Ralf Corsépius <ralf.corsepius at rtems.org>
* libcsupport/src/utimes.c (utimes): Remove casts to time_t.
M 1.2965 cpukit/ChangeLog
M 1.2 cpukit/libcsupport/src/utimes.c
diff -u rtems/cpukit/ChangeLog:1.2964 rtems/cpukit/ChangeLog:1.2965
--- rtems/cpukit/ChangeLog:1.2964 Thu Oct 20 22:29:23 2011
+++ rtems/cpukit/ChangeLog Sun Oct 23 01:54:40 2011
@@ -1,3 +1,7 @@
+2011-10-23 Ralf Corsépius <ralf.corsepius at rtems.org>
+
+ * libcsupport/src/utimes.c (utimes): Remove casts to time_t.
+
2011-10-21 Ralf Corsépius <ralf.corsepius at rtems.org>
* automake/compile.am: Remove -Werror=...
diff -u rtems/cpukit/libcsupport/src/utimes.c:1.1 rtems/cpukit/libcsupport/src/utimes.c:1.2
--- rtems/cpukit/libcsupport/src/utimes.c:1.1 Thu Jul 1 12:22:03 2010
+++ rtems/cpukit/libcsupport/src/utimes.c Sun Oct 23 01:54:41 2011
@@ -26,8 +26,8 @@
if ( times == NULL )
return utime( path, NULL );
- timeinsecs.actime = (time_t) times[0].tv_sec;
- timeinsecs.modtime = (time_t) times[1].tv_sec;
+ timeinsecs.actime = times[0].tv_sec;
+ timeinsecs.modtime = times[1].tv_sec;
return utime( path, &timeinsecs );
}
--
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/20111023/89a67dd5/attachment.html>
More information about the vc
mailing list