Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/splash %zu for size_t, not %zd
details: https://anonhg.NetBSD.org/src/rev/d9bedf13b29f
branches: trunk
changeset: 761838:d9bedf13b29f
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Feb 08 23:28:24 2011 +0000
description:
%zu for size_t, not %zd
diffstat:
sys/dev/splash/splash.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 65a27287f544 -r d9bedf13b29f sys/dev/splash/splash.c
--- a/sys/dev/splash/splash.c Tue Feb 08 23:06:25 2011 +0000
+++ b/sys/dev/splash/splash.c Tue Feb 08 23:28:24 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: splash.c,v 1.10 2011/02/07 02:57:49 jmcneill Exp $ */
+/* $NetBSD: splash.c,v 1.11 2011/02/08 23:28:24 jmcneill Exp $ */
/*-
* Copyright (c) 2006 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: splash.c,v 1.10 2011/02/07 02:57:49 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: splash.c,v 1.11 2011/02/08 23:28:24 jmcneill Exp $");
#include "opt_splash.h"
@@ -151,7 +151,7 @@
return EBUSY;
}
- aprint_verbose("%s: splash image @ %p, %zd bytes\n",
+ aprint_verbose("%s: splash image @ %p, %zu bytes\n",
__func__, imgdata, imgdatalen);
splash_image.data = imgdata;
splash_image.datalen = imgdatalen;
Home |
Main Index |
Thread Index |
Old Index