From ed44d00d842f44cfe287817210c761a5c4739949 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 12 Oct 2001 20:51:42 +0000 Subject: Use correct argument in an error message. This fixes a build problem if the new toolchain is used. --- net/cia/distinfo | 3 ++- net/cia/patches/patch-aa | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 net/cia/patches/patch-aa (limited to 'net') diff --git a/net/cia/distinfo b/net/cia/distinfo index b0e65297a16..cc2511e2a2c 100644 --- a/net/cia/distinfo +++ b/net/cia/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:11 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/10/12 20:51:42 tron Exp $ SHA1 (cia-20000716.tar.bz2) = aba966ef972c384a5798533a388ea3bf6596d643 Size (cia-20000716.tar.bz2) = 7312 bytes +SHA1 (patch-aa) = c13ddd3874a83adb94fa39b769623cb47a59ccfd diff --git a/net/cia/patches/patch-aa b/net/cia/patches/patch-aa new file mode 100644 index 00000000000..c3935215443 --- /dev/null +++ b/net/cia/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2001/10/12 20:51:42 tron Exp $ + +--- ipstat/main.c.orig Tue Jul 13 01:19:48 1999 ++++ ipstat/main.c Fri Oct 12 22:49:57 2001 +@@ -143,7 +143,7 @@ + { + (void)fprintf(stderr, + "%s: unable to open ignore dump file \"%s\".\n", +- Progname,argv[Index]); ++ Progname,IgnoreFile); + return EXIT_FAILURE; + } + -- cgit v1.2.3