summaryrefslogtreecommitdiff
path: root/net/xipdump
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-24 01:34:36 +0000
committerjoerg <joerg>2006-02-24 01:34:36 +0000
commitde76a446c07d861d42485943a9b56b395b144db9 (patch)
tree4b363e3e2fb9236181cae35a3d43fdf7aa4893b3 /net/xipdump
parent9d59cd7373e4252f5fc18cbec54b5ddd2f7733c9 (diff)
downloadpkgsrc-de76a446c07d861d42485943a9b56b395b144db9.tar.gz
Fix errno.
Diffstat (limited to 'net/xipdump')
-rw-r--r--net/xipdump/distinfo3
-rw-r--r--net/xipdump/patches/patch-af12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/xipdump/distinfo b/net/xipdump/distinfo
index 643a5257f79..0b00ac9d81b 100644
--- a/net/xipdump/distinfo
+++ b/net/xipdump/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:14:07 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/02/24 01:34:36 joerg Exp $
SHA1 (xipdump-1.5.4.tgz) = 8fa152cc9114fb3862a223be47e104394f00b250
RMD160 (xipdump-1.5.4.tgz) = 4202c4c3ac7a749d1b7a25caa9577a6529ee87df
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 5018ade12779648836a866be510fc42af54162f2
SHA1 (patch-ac) = 71c25f1fe5bb52667902c5a10f2a56d8809eb560
SHA1 (patch-ad) = 0c7bd3c0be1bffe19a7823add4c5c2ae3ff29ba3
SHA1 (patch-ae) = 57d725a8f458799dc2a9b68a897c7d4bd1b6d435
+SHA1 (patch-af) = 115aca8ae051caf44accb9b8d2a7acd691cd78fc
diff --git a/net/xipdump/patches/patch-af b/net/xipdump/patches/patch-af
new file mode 100644
index 00000000000..eb0daf1e89e
--- /dev/null
+++ b/net/xipdump/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2006/02/24 01:34:36 joerg Exp $
+
+--- FileNom.c.orig 2006-02-24 01:30:25.000000000 +0000
++++ FileNom.c
+@@ -60,7 +60,6 @@
+ #include <sys/stat.h>
+ #include <sys/param.h>
+ #include <errno.h>
+-extern int errno;
+ #include <sys/file.h>
+ #include <pwd.h>
+