Source-Changes-HG archive

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

[src/netbsd-1-4]: src/libexec/mail.local Pull up revision 1.17 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/4fdb95edf7bd
branches:  netbsd-1-4
changeset: 470971:4fdb95edf7bd
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 10 21:48:05 2000 +0000

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

diffstat:

 libexec/mail.local/mail.local.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 0d994a148fa8 -r 4fdb95edf7bd libexec/mail.local/mail.local.c
--- a/libexec/mail.local/mail.local.c   Tue Oct 10 21:48:02 2000 +0000
+++ b/libexec/mail.local/mail.local.c   Tue Oct 10 21:48:05 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mail.local.c,v 1.16 1998/08/10 02:57:23 perry Exp $    */
+/*     $NetBSD: mail.local.c,v 1.16.2.1 2000/10/10 21:48:05 he Exp $   */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
@@ -40,7 +40,7 @@
 #if 0
 static char sccsid[] = "@(#)mail.local.c       8.22 (Berkeley) 6/21/95";
 #else
-__RCSID("$NetBSD: mail.local.c,v 1.16 1998/08/10 02:57:23 perry Exp $");
+__RCSID("$NetBSD: mail.local.c,v 1.16.2.1 2000/10/10 21:48:05 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -67,7 +67,8 @@
 #define        NOTFATAL        0
 
 int    deliver __P((int, char *, int));
-void   err __P((int, const char *, ...));
+void   err __P((int, const char *, ...))
+     __attribute__((__format__(__printf__, 2, 3)));
 void   notifybiff __P((char *));
 int    store __P((const char *));
 void   usage __P((void));



Home | Main Index | Thread Index | Old Index