Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sbin/fsck Pull up revision 1.8 (requested by is):



details:   https://anonhg.NetBSD.org/src/rev/c92785ffb163
branches:  netbsd-1-4
changeset: 470987:c92785ffb163
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 10 22:24:46 2000 +0000

description:
Pull up revision 1.8 (requested by is):
  Format string cleanup.

diffstat:

 sbin/fsck/fsutil.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r e5c59176c975 -r c92785ffb163 sbin/fsck/fsutil.c
--- a/sbin/fsck/fsutil.c        Tue Oct 10 22:24:43 2000 +0000
+++ b/sbin/fsck/fsutil.c        Tue Oct 10 22:24:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fsutil.c,v 1.7 1998/07/30 17:41:03 thorpej Exp $       */
+/*     $NetBSD: fsutil.c,v 1.7.2.1 2000/10/10 22:24:46 he Exp $        */
 
 /*
  * Copyright (c) 1990, 1993
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: fsutil.c,v 1.7 1998/07/30 17:41:03 thorpej Exp $");
+__RCSID("$NetBSD: fsutil.c,v 1.7.2.1 2000/10/10 22:24:46 he Exp $");
 #endif /* not lint */
 
 #include <stdio.h>
@@ -61,7 +61,8 @@
 
 extern char *__progname;
 
-static void vmsg __P((int, const char *, va_list));
+static void vmsg __P((int, const char *, va_list))
+     __attribute((__format__(__printf__,2,0)));
 
 void
 setcdevname(cd, pr)



Home | Main Index | Thread Index | Old Index