Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/libexec/rmail Pull up revision 1.14 (requested by is):
details: https://anonhg.NetBSD.org/src/rev/47ac3dcaf627
branches: netbsd-1-4
changeset: 470973:47ac3dcaf627
user: he <he%NetBSD.org@localhost>
date: Tue Oct 10 21:48:14 2000 +0000
description:
Pull up revision 1.14 (requested by is):
Format string cleanup.
diffstat:
libexec/rmail/rmail.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r abd7eaf88dc3 -r 47ac3dcaf627 libexec/rmail/rmail.c
--- a/libexec/rmail/rmail.c Tue Oct 10 21:48:10 2000 +0000
+++ b/libexec/rmail/rmail.c Tue Oct 10 21:48:14 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rmail.c,v 1.13 1999/01/11 22:40:00 kleink Exp $ */
+/* $NetBSD: rmail.c,v 1.13.2.1 2000/10/10 21:48:14 he Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)rmail.c 8.3 (Berkeley) 5/15/95";
#else
-__RCSID("$NetBSD: rmail.c,v 1.13 1999/01/11 22:40:00 kleink Exp $");
+__RCSID("$NetBSD: rmail.c,v 1.13.2.1 2000/10/10 21:48:14 he Exp $");
#endif
#endif /* not lint */
@@ -86,7 +86,8 @@
# define MAX(a, b) ((a) < (b) ? (b) : (a))
#endif
-void err __P((int, const char *, ...));
+void err __P((int, const char *, ...))
+ __attribute((__format__(__printf__, 2, 3)));
void usage __P((void));
int main __P((int, char *[]));
Home |
Main Index |
Thread Index |
Old Index