diff options
author | tron <tron@pkgsrc.org> | 2001-10-12 20:51:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-10-12 20:51:42 +0000 |
commit | ed44d00d842f44cfe287817210c761a5c4739949 (patch) | |
tree | 6b06ea07d3a4e43f0297f0d4587443eb9cc03f1f /net/cia | |
parent | 164a924f0409a23c957ae33dc97122e85e20c5d3 (diff) | |
download | pkgsrc-ed44d00d842f44cfe287817210c761a5c4739949.tar.gz |
Use correct argument in an error message. This fixes a build problem if
the new toolchain is used.
Diffstat (limited to 'net/cia')
-rw-r--r-- | net/cia/distinfo | 3 | ||||
-rw-r--r-- | net/cia/patches/patch-aa | 13 |
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; + } + |