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/bootp/common Pull up revision 1.4 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/faaf7d85dd51
branches:  netbsd-1-4
changeset: 471124:faaf7d85dd51
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 17:05:04 2000 +0000

description:
Pull up revision 1.4 (requested by he):
  Format string cleanup.

diffstat:

 usr.sbin/bootp/common/report.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r c64b1a8ee5a2 -r faaf7d85dd51 usr.sbin/bootp/common/report.h
--- a/usr.sbin/bootp/common/report.h    Thu Oct 19 17:05:00 2000 +0000
+++ b/usr.sbin/bootp/common/report.h    Thu Oct 19 17:05:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: report.h,v 1.3 1998/07/26 15:33:34 mycroft Exp $       */
+/*     $NetBSD: report.h,v 1.3.2.1 2000/10/19 17:05:04 he Exp $        */
 
 /* report.h */
 
@@ -9,7 +9,8 @@
 #endif
 
 extern void report_init P((int nolog));
-extern void report P((int, char *, ...));
+extern void report P((int, const char *, ...))
+     __attribute__((__format__(__printf__, 2, 3)));
 extern const char *get_errmsg P((void));
 
 #undef P



Home | Main Index | Thread Index | Old Index