pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/snooper Fix wrong interpretation of ioctl's retu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5a134522f22
branches:  trunk
changeset: 477321:d5a134522f22
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Jun 29 23:41:39 2004 +0000

description:
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:

 comms/snooper/Makefile |  3 ++-
 comms/snooper/distinfo |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r bfe3b9f0e899 -r d5a134522f22 comms/snooper/Makefile
--- a/comms/snooper/Makefile    Tue Jun 29 23:21:56 2004 +0000
+++ b/comms/snooper/Makefile    Tue Jun 29 23:41:39 2004 +0000
@@ -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 -r bfe3b9f0e899 -r d5a134522f22 comms/snooper/distinfo
--- a/comms/snooper/distinfo    Tue Jun 29 23:21:56 2004 +0000
+++ b/comms/snooper/distinfo    Tue Jun 29 23:41:39 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index