From 2441f74da2e9c954dcb792f63edbd8e3ab40bea2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Oct 2009 03:58:10 +0000 Subject: [PATCH] =?UTF-8?q?2009-10-27=09Ralf=20Cors=C3=83=C2=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec. * psxsysconf/init.c: Use %ld to print *.tv_nsec. * psxclock/init.c: Use %ld to print *.tv_nsec. * psx06/init.c, psx06/system.h: Misc. warning fixes. --- testsuites/psxtests/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index e2f1c61f70..ae15b003fe 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,10 @@ +2009-10-27 Ralf Corsépius + + * psxtimer01/psxtimer.c: Use %ld to print *.tv_nsec. + * psxsysconf/init.c: Use %ld to print *.tv_nsec. + * psxclock/init.c: Use %ld to print *.tv_nsec. + * psx06/init.c, psx06/system.h: Misc. warning fixes. + 2009-10-26 Ralf Corsépius * psxsignal03/init.c: Add missing argument to printf.