diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-03-11 01:41:49 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-03-11 01:41:49 +0000 |
commit | 7d69f9c962671bb6025f4309e71878766586c7ed (patch) | |
tree | b692e0e6ab524a5fcb20660478a8a05b4b1de870 /security/priv/patches | |
parent | 0146f7f01fb24aa3a06575853a46088b5cfe636c (diff) | |
download | pkgsrc-7d69f9c962671bb6025f4309e71878766586c7ed.tar.gz |
Fix build on Red Hat 7.3.
Diffstat (limited to 'security/priv/patches')
-rw-r--r-- | security/priv/patches/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
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 + |