diff options
author | recht <recht@pkgsrc.org> | 2004-06-29 23:41:39 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-29 23:41:39 +0000 |
commit | 6ce5c47b620f5de1c7f5e67c40032301e8242400 (patch) | |
tree | 60c54c2a30f7b837d7c5d58821044bbe8892fe5c /comms | |
parent | ae1c8cee85ad78871a859c3cca41a1808e3a5315 (diff) | |
download | pkgsrc-6ce5c47b620f5de1c7f5e67c40032301e8242400.tar.gz |
Fix wrong interpretation of ioctl's return code:
ioctl(2) returns -1 on failure, not on success
Patch provided by Dave Huang in PR 26107
bump PKGREVISION to 1
Diffstat (limited to 'comms')
-rw-r--r-- | comms/snooper/Makefile | 3 | ||||
-rw-r--r-- | comms/snooper/distinfo | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index e28decc6b82..db2aa6be64a 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2004/04/11 07:07:54 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/29 23:41:39 recht Exp $ # FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $ DISTNAME= snooper-19991202 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ \ ftp://lkbreth.foretune.co.jp/pub/tools/snooper/ diff --git a/comms/snooper/distinfo b/comms/snooper/distinfo index d00b7f36cca..d5e6750c3b3 100644 --- a/comms/snooper/distinfo +++ b/comms/snooper/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 09:04:26 agc Exp $ +$NetBSD: distinfo,v 1.3 2004/06/29 23:41:39 recht Exp $ SHA1 (snooper-19991202.tar.gz) = d6aba20cd14449d7b126f393cdb219fd627b7777 Size (snooper-19991202.tar.gz) = 38239 bytes +SHA1 (patch-aa) = 669aef2501d5a055116ea71082e20f1101537637 |