Source-Changes-HG archive

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

[src/netbsd-1-4]: src/dist/ipf Pull up revision 1.3 (requested by is):



details:   https://anonhg.NetBSD.org/src/rev/3c7e0cefd574
branches:  netbsd-1-4
changeset: 470965:3c7e0cefd574
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 10 21:26:34 2000 +0000

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

diffstat:

 dist/ipf/ipt.h |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 8ff91f01b678 -r 3c7e0cefd574 dist/ipf/ipt.h
--- a/dist/ipf/ipt.h    Tue Oct 10 21:12:56 2000 +0000
+++ b/dist/ipf/ipt.h    Tue Oct 10 21:26:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipt.h,v 1.1.1.1.2.2 1999/12/20 21:01:43 he Exp $       */
+/*     $NetBSD: ipt.h,v 1.1.1.1.2.3 2000/10/10 21:26:34 he Exp $       */
 
 /*
  * Copyright (C) 1993-1998 by Darren Reed.
@@ -30,8 +30,10 @@
        int     (*r_readip) __P((char *, int, char **, int *));
 };
 
-extern void    debug __P((char *, ...));
-extern void    verbose __P((char *, ...));
+extern void    debug __P((char *, ...))
+       __attribute__((__format__(__printf__, 1, 2)));
+extern void    verbose __P((char *, ...))
+       __attribute__((__format__(__printf__, 1, 2)));
 
 #ifdef P_DEF
 # undef        __P



Home | Main Index | Thread Index | Old Index