diff options
author | seb <seb@pkgsrc.org> | 2007-08-12 15:00:34 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-08-12 15:00:34 +0000 |
commit | ab8afa61c5be76229067c07972ffa7f5a67a97a7 (patch) | |
tree | 809aa54bdba72fc781247e06e26c63e4ae7bf00c /sysutils/lsof | |
parent | 72aa7e137d9b208dd01a24fc9f495d0719c0c5fa (diff) | |
download | pkgsrc-ab8afa61c5be76229067c07972ffa7f5a67a97a7.tar.gz |
Revert previous fix at veego@ request.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/distinfo | 4 | ||||
-rw-r--r-- | sysutils/lsof/patches/patch-af | 21 |
2 files changed, 7 insertions, 18 deletions
diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 7e690eec0c5..48aec8a1e96 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.67 2007/08/12 14:22:49 seb Exp $ +$NetBSD: distinfo,v 1.68 2007/08/12 15:00:34 seb Exp $ SHA1 (lsof_4.78.tar.bz2) = 0379fc9f38a931ce19e8386e662314d96fc2a099 RMD160 (lsof_4.78.tar.bz2) = 50d71e500f1109cda717b73ce209c0e100a6dbe9 @@ -7,4 +7,4 @@ SHA1 (patch-aa) = 332eb1ac95d86023dde66d1b99b9335c8f54b81f SHA1 (patch-ab) = 1501d8b0e6fd2c61949ba0d447c7b726655725c4 SHA1 (patch-ad) = bbdd2c4c997233f7743a0c99ffcc6ce29679a8a9 SHA1 (patch-ae) = ba3804e89101fb504edd33983f35904559a63dbf -SHA1 (patch-af) = d4012b9e06762a6fdef61524ca9b155021f5a95e +SHA1 (patch-af) = 0ceeb8e4a704d89aba5b9271d17afe038d877e8f diff --git a/sysutils/lsof/patches/patch-af b/sysutils/lsof/patches/patch-af index 3be58809b89..08f517ef1f4 100644 --- a/sysutils/lsof/patches/patch-af +++ b/sysutils/lsof/patches/patch-af @@ -1,19 +1,8 @@ -$NetBSD: patch-af,v 1.8 2007/08/12 14:22:49 seb Exp $ +$NetBSD: patch-af,v 1.9 2007/08/12 15:00:34 seb Exp $ ---- dialects/n+obsd/dlsof.h.orig 2006-03-28 21:54:15.000000000 +0000 -+++ dialects/n+obsd/dlsof.h -@@ -97,6 +97,10 @@ struct uio; /* dummy for function protot - - #include <sys/mount.h> - -+#if defined(NETBSDV) && !defined(MFSNAMELEN) && defined(_VFS_NAMELEN) -+#define MFSNAMELEN _VFS_NAMELEN -+#endif -+ - # if (defined(OPENBSDV) && OPENBSDV>=3030) \ - || (defined(NETBSDV) && __NetBSD_Version__>=106060000) - #undef _KERNEL -@@ -161,6 +165,7 @@ struct nameidata; /* to satisfy a functi +--- dialects/n+obsd/dlsof.h.orig 2006-03-28 16:54:15.000000000 -0500 ++++ dialects/n+obsd/dlsof.h 2007-05-06 17:37:00.000000000 -0400 +@@ -161,6 +161,7 @@ #include <sys/socketvar.h> #include <sys/un.h> #include <sys/unpcb.h> @@ -21,7 +10,7 @@ $NetBSD: patch-af,v 1.8 2007/08/12 14:22:49 seb Exp $ #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> -@@ -170,7 +175,6 @@ struct nameidata; /* to satisfy a functi +@@ -170,7 +171,6 @@ #include <netinet6/in6_pcb.h> # endif /* defined(HASIPv6) && defined(NETBSDV) && !defined(HASINRIAIPv6) */ |