18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
$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
|
|
|