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/tcpdchk Pull up revision 1.2 (requested by he):



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

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

diffstat:

 usr.sbin/tcpdchk/percent_m.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (10 lines):

diff -r 7e77a70238d3 -r 348e80a2faf1 usr.sbin/tcpdchk/percent_m.h
--- a/usr.sbin/tcpdchk/percent_m.h      Thu Oct 19 17:05:49 2000 +0000
+++ b/usr.sbin/tcpdchk/percent_m.h      Thu Oct 19 17:05:51 2000 +0000
@@ -1,3 +1,4 @@
-/*     $NetBSD: percent_m.h,v 1.1 1997/10/11 21:41:41 christos Exp $   */
+/*     $NetBSD: percent_m.h,v 1.1.4.1 2000/10/19 17:05:51 he Exp $     */
 
-char *percent_m __P((char *, const char *));
+char *percent_m __P((char *, const char *))
+       __attribute__((__format_arg__(2)));



Home | Main Index | Thread Index | Old Index