blob: 57cf123da61b1ac35a3178ac740b893ed0ff1b34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-be,v 1.2 2005/12/01 18:13:24 wiz Exp $
--- src/config.h.in.orig 1995-07-17 03:37:51.000000000 +0200
+++ src/config.h.in
@@ -177,7 +177,7 @@ and this notice must be preserved on all
/* Define if you have the ANSI `strerror' function.
Otherwise you must have the variable `char *sys_errlist[]'. */
-#undef HAVE_STRERROR
+#define HAVE_STRERROR
/* Define if `sys_siglist' is declared by <signal.h>. */
#undef SYS_SIGLIST_DECLARED
|