Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sbin/newfs_lfs Pull up revision 1.3 (requested by is):
details: https://anonhg.NetBSD.org/src/rev/b7dccef5b32f
branches: netbsd-1-4
changeset: 470994:b7dccef5b32f
user: he <he%NetBSD.org@localhost>
date: Tue Oct 10 22:25:08 2000 +0000
description:
Pull up revision 1.3 (requested by is):
Format string cleanup.
diffstat:
sbin/newfs_lfs/extern.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 201aafeb088b -r b7dccef5b32f sbin/newfs_lfs/extern.h
--- a/sbin/newfs_lfs/extern.h Tue Oct 10 22:25:05 2000 +0000
+++ b/sbin/newfs_lfs/extern.h Tue Oct 10 22:25:08 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.1 1999/03/18 17:18:05 perseant Exp $ */
+/* $NetBSD: extern.h,v 1.1.2.1 2000/10/10 22:25:08 he Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -40,7 +40,8 @@
u_long lfs_sb_cksum __P((struct dlfs *));
u_long cksum __P((void *, size_t));
u_short dkcksum __P((struct disklabel *));
-void fatal __P((const char *fmt, ...));
+void fatal __P((const char *fmt, ...))
+ __attribute__((__format__(__printf__,1,2)));
u_int log2 __P((u_int));
int make_lfs
__P((int, struct disklabel *, struct partition *, int,
Home |
Main Index |
Thread Index |
Old Index