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_msdos Pull up revision 1.7 (requested by is):
details: https://anonhg.NetBSD.org/src/rev/7caa49c37eab
branches: netbsd-1-4
changeset: 470991:7caa49c37eab
user: he <he%NetBSD.org@localhost>
date: Tue Oct 10 22:24:59 2000 +0000
description:
Pull up revision 1.7 (requested by is):
Format string cleanup.
diffstat:
sbin/fsck_msdos/ext.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7c79d837694b -r 7caa49c37eab sbin/fsck_msdos/ext.h
--- a/sbin/fsck_msdos/ext.h Tue Oct 10 22:24:55 2000 +0000
+++ b/sbin/fsck_msdos/ext.h Tue Oct 10 22:24:59 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ext.h,v 1.5 1997/10/17 11:19:48 ws Exp $ */
+/* $NetBSD: ext.h,v 1.5.4.1 2000/10/10 22:24:59 he Exp $ */
/*
* Copyright (C) 1995, 1996, 1997 Wolfgang Solfrank
@@ -56,7 +56,7 @@
/*
* function declarations
*/
-int ask __P((int, const char *, ...));
+int ask __P((int, const char *, ...)) __attribute__((__format__(__printf__,2,3)));
/*
* Check filesystem given as arg
Home |
Main Index |
Thread Index |
Old Index