From 2714614f1c11e3624d91b8b8f1ffb16b4771c1d4 Mon Sep 17 00:00:00 2001 From: tewk <tewk@unknown> Date: Thu, 20 Jun 2002 22:59:56 +0000 Subject: [PATCH] I always do this --- src/common/xstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/xstring.c b/src/common/xstring.c index 49e7594d340..e7acfd610f8 100644 --- a/src/common/xstring.c +++ b/src/common/xstring.c @@ -19,7 +19,7 @@ #include <string.h> #include <stdio.h> #if HAVE_STRERROR_R && !HAVE_DECL_STRERROR_R -//char *strerror_r(int, char *, int); +char *strerror_r(int, char *, int); #endif #include <errno.h> #if HAVE_UNISTD_H -- GitLab