forked from Imagelibrary/rtems
2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx13/test.c: Fix warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* psx13/test.c: Fix warning.
|
||||||
|
|
||||||
2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2010-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* psxfile01/test_cat.c: Does not need posix specific macros.
|
* psxfile01/test_cat.c: Does not need posix specific macros.
|
||||||
|
|||||||
@@ -466,7 +466,7 @@ int UTimesTest (void)
|
|||||||
time[0].tv_sec = 12345;
|
time[0].tv_sec = 12345;
|
||||||
time[1].tv_sec = 54321;
|
time[1].tv_sec = 54321;
|
||||||
|
|
||||||
error = utimes("testfile1.tst", &time);
|
error = utimes("testfile1.tst", (struct timeval *)&time);
|
||||||
|
|
||||||
if (error == 0) {
|
if (error == 0) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user