summaryrefslogtreecommitdiff
path: root/sunrpc/clnt_perr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/clnt_perr.c')
-rw-r--r--sunrpc/clnt_perr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c
index 1876c7f163..4a8c084e13 100644
--- a/sunrpc/clnt_perr.c
+++ b/sunrpc/clnt_perr.c
@@ -43,7 +43,7 @@ static char sccsid[] = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro";
#include <rpc/auth.h>
#include <rpc/clnt.h>
-extern char *sys_errlist[];
+/* extern char *sys_errlist[]; --drepper@gnu */
/* extern char *sprintf(); --roland@gnu */
static char *auth_errmsg();
@@ -230,7 +230,7 @@ clnt_spcreateerror(s)
char *s;
{
extern int sys_nerr;
- extern char *sys_errlist[];
+ /* extern char *sys_errlist[]; --drepper@gnu */
char *str = _buf();
if (str == 0)