Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/pim6sd Pullup 1.3 [itojun]:



details:   https://anonhg.NetBSD.org/src/rev/8244c0244ed0
branches:  netbsd-1-5
changeset: 489871:8244c0244ed0
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 02:18:43 2000 +0000

description:
Pullup 1.3 [itojun]:
printf-format audit.  from sommrfeld%netbsd.org@localhost.  sync with kame.

diffstat:

 usr.sbin/pim6sd/cftoken.l |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 407ecb32e3fa -r 8244c0244ed0 usr.sbin/pim6sd/cftoken.l
--- a/usr.sbin/pim6sd/cftoken.l Wed Oct 18 02:17:09 2000 +0000
+++ b/usr.sbin/pim6sd/cftoken.l Wed Oct 18 02:18:43 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cftoken.l,v 1.2 2000/05/19 10:43:46 itojun Exp $       */
+/*     $NetBSD: cftoken.l,v 1.2.4.1 2000/10/18 02:18:43 tv Exp $       */
 
 %{
 /*
@@ -57,6 +57,13 @@
 #endif
 
 extern int yylex __P((void));
+
+static void yyerror0(char *s, va_list ap)
+       __attribute__((__format__(__printf__, 1, 0)));
+void yyerror(char *s, ...)
+       __attribute__((__format__(__printf__, 1, 2)));
+void yywarn(char *s, ...)
+       __attribute__((__format__(__printf__, 1, 2)));
 %}
 
 /* common seciton */



Home | Main Index | Thread Index | Old Index