Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include x86_progress takes a format string.



details:   https://anonhg.NetBSD.org/src/rev/bf6c81caacef
branches:  trunk
changeset: 328545:bf6c81caacef
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Apr 06 18:48:06 2014 +0000

description:
x86_progress takes a format string.

diffstat:

 sys/arch/x86/include/loadfile_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1a348bb1a061 -r bf6c81caacef sys/arch/x86/include/loadfile_machdep.h
--- a/sys/arch/x86/include/loadfile_machdep.h   Sun Apr 06 17:59:39 2014 +0000
+++ b/sys/arch/x86/include/loadfile_machdep.h   Sun Apr 06 18:48:06 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: loadfile_machdep.h,v 1.4 2009/03/21 15:01:56 ad Exp $   */
+/*     $NetBSD: loadfile_machdep.h,v 1.5 2014/04/06 18:48:06 joerg Exp $        */
 
 /*-
  * Copyright (c) 1998, 2007, 2009 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
 #define DEALLOC(a, b)          dealloc(a, b)
 #define OKMAGIC(a)             ((a) == ZMAGIC)
 
-void x86_progress(const char *, ...);
+void x86_progress(const char *, ...) __printflike(1, 2);
 void vpbcopy(const void *, void *, size_t);
 void pbzero(void *, size_t);
 ssize_t pread(int, void *, size_t);



Home | Main Index | Thread Index | Old Index