summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2001-10-12 20:51:42 +0000
committertron <tron>2001-10-12 20:51:42 +0000
commitc2106c34f04a0494a9c71297724285e9a73775eb (patch)
tree6b06ea07d3a4e43f0297f0d4587443eb9cc03f1f /net
parentc81470015a67f2c231e594a3e66059e29c2a6930 (diff)
downloadpkgsrc-c2106c34f04a0494a9c71297724285e9a73775eb.tar.gz
Use correct argument in an error message. This fixes a build problem if
the new toolchain is used.
Diffstat (limited to 'net')
-rw-r--r--net/cia/distinfo3
-rw-r--r--net/cia/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
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;
+ }
+