Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/mtree Pull up revision 1.8 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/8c6ec43fa658
branches: netbsd-1-4
changeset: 471136:8c6ec43fa658
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 17:05:40 2000 +0000
description:
Pull up revision 1.8 (requested by he):
Format string cleanup.
diffstat:
usr.sbin/mtree/extern.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 167933e04a00 -r 8c6ec43fa658 usr.sbin/mtree/extern.h
--- a/usr.sbin/mtree/extern.h Thu Oct 19 17:05:37 2000 +0000
+++ b/usr.sbin/mtree/extern.h Thu Oct 19 17:05:40 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.5.2.1 1999/11/20 16:58:45 he Exp $ */
+/* $NetBSD: extern.h,v 1.5.2.2 2000/10/19 17:05:40 he Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -44,7 +44,8 @@
int compare __P((char *, NODE *, FTSENT *));
int crc __P((int, u_int32_t *, u_int32_t *));
void cwalk __P((void));
-void mtree_err __P((const char *, ...));
+void mtree_err __P((const char *, ...))
+ __attribute__((__format__(__printf__, 1, 2)));
char *inotype __P((u_int));
u_int parsekey __P((char *, int *));
char *rlink __P((char *));
Home |
Main Index |
Thread Index |
Old Index