From 0d36ec3c7937d274f501258ddf1798b05e4f33c2 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 01:16:45 +0000 Subject: Rename misc/ patch-xy patches to reflect the files they modify. --- misc/xtar/files/patch-common_str.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/xtar/files/patch-common_str.c (limited to 'misc/xtar/files/patch-common_str.c') diff --git a/misc/xtar/files/patch-common_str.c b/misc/xtar/files/patch-common_str.c new file mode 100644 index 000000000000..8edb7ce39df4 --- /dev/null +++ b/misc/xtar/files/patch-common_str.c @@ -0,0 +1,11 @@ +--- ./common/str.c.orig Tue May 9 01:06:46 1995 ++++ ./common/str.c Mon Nov 18 01:23:20 2002 +@@ -282,8 +282,6 @@ + ---------------------------------------------------------------------------*/ + char *str_error(int errnum) + { +- extern int sys_nerr; +- extern char *sys_errlist[]; + static char ebuf[40]; /* 64-bit number + slop */ + + if ((unsigned int)errnum < sys_nerr) -- cgit v1.2.3