From 40735e19b90e426d889291b17f976d43ebe949b2 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 9 Aug 1994 15:31:52 +0000 Subject: [PATCH] Punt duplicate declaration of sys_errlist[]. Submitted by: jkh --- gnu/usr.bin/sort/error.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gnu/usr.bin/sort/error.c b/gnu/usr.bin/sort/error.c index 41d66fb4f4f7..611f220d07d2 100644 --- a/gnu/usr.bin/sort/error.c +++ b/gnu/usr.bin/sort/error.c @@ -66,7 +66,6 @@ static char * private_strerror (errnum) int errnum; { - extern char *sys_errlist[]; extern int sys_nerr; if (errnum > 0 && errnum <= sys_nerr)