summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-03-11 01:41:49 +0000
committeruebayasi <uebayasi>2004-03-11 01:41:49 +0000
commit466b5e0eeaf2763c51211188494435be503387c7 (patch)
treeb692e0e6ab524a5fcb20660478a8a05b4b1de870 /security
parent622eb34b0670b54846652af83ab2a9bd19397730 (diff)
downloadpkgsrc-466b5e0eeaf2763c51211188494435be503387c7.tar.gz
Fix build on Red Hat 7.3.
Diffstat (limited to 'security')
-rw-r--r--security/priv/distinfo4
-rw-r--r--security/priv/patches/patch-ab17
2 files changed, 19 insertions, 2 deletions
diff --git a/security/priv/distinfo b/security/priv/distinfo
index 23252e81484..5e3042a4879 100644
--- a/security/priv/distinfo
+++ b/security/priv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/03/04 02:57:00 simonb Exp $
+$NetBSD: distinfo,v 1.5 2004/03/11 01:41:49 uebayasi Exp $
SHA1 (priv-1.0-beta2.tar.gz) = dee75baaf320c5dee112376cca0bb08a635f2806
Size (priv-1.0-beta2.tar.gz) = 34507 bytes
-SHA1 (patch-aa) = 9d74ab0540fa767fa0dbe5b5672ca0c3f60d27b9
+SHA1 (patch-ab) = e6f89b30954ac9dbe0243e755287f5f8a37011bd
diff --git a/security/priv/patches/patch-ab b/security/priv/patches/patch-ab
new file mode 100644
index 00000000000..256c192ad2c
--- /dev/null
+++ b/security/priv/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2004/03/11 01:41:49 uebayasi Exp $
+
+--- priv.h.orig Tue Jul 8 15:19:07 1997
++++ priv.h Tue Mar 9 00:49:58 2004
+@@ -140,10 +140,10 @@
+ #ifndef HAVE_STRERROR
+ char *strerror(int errnum);
+ #endif
+-#ifdef HAVE_STRSPN
++#ifndef HAVE_STRSPN
+ size_t strspn(const char *s, const char *charset);
+ #endif
+-#ifdef HAVE_STRTOUL
++#ifndef HAVE_STRTOUL
+ unsigned long strtoul(const char *nptr, char **endptr, int base);
+ #endif
+