mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
Closes: https://bugs.gentoo.org/944985 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/41802 Closes: https://github.com/gentoo/gentoo/pull/41802 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
230 B
Diff
12 lines
230 B
Diff
https://bugs.gentoo.org/944985
|
|
|
|
--- a/src/error.c
|
|
+++ b/src/error.c
|
|
@@ -56,7 +56,6 @@ void exit ();
|
|
extern char *program_name;
|
|
|
|
#ifdef HAVE_STRERROR
|
|
-char *strerror ();
|
|
#else
|
|
extern char *sys_errlist[];
|
|
extern int sys_nerr;
|