Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/menuc Pull up revision 1.4 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/f093137d080e
branches:  netbsd-1-4
changeset: 471076:f093137d080e
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:31:57 2000 +0000

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

diffstat:

 usr.bin/menuc/defs.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 6a365889466b -r f093137d080e usr.bin/menuc/defs.h
--- a/usr.bin/menuc/defs.h      Thu Oct 19 16:31:54 2000 +0000
+++ b/usr.bin/menuc/defs.h      Thu Oct 19 16:31:57 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.3 1998/07/01 07:46:02 phil Exp $     */
+/*     $NetBSD: defs.h,v 1.3.2.1 2000/10/19 16:31:57 he Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -76,7 +76,8 @@
 /* Prototypes. */
 
 /* From util.c */
-void yyerror (const char *, ...);
+void yyerror (const char *, ...)
+     __attribute__((__format__(__printf__, 1, 2)));
 void buff_add_ch (char);
 char *buff_copy (void); 
 



Home | Main Index | Thread Index | Old Index