From fa29b4acb846dc124e91ddad66bc19fba4430909 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 10 Jun 1996 01:49:45 +0000 Subject: This decoder can patch together split and out-of-order uudecode files. Submitted by: pcs51674@asciinet.or.jp --- converters/uudx/files/patch-aa | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 converters/uudx/files/patch-aa (limited to 'converters/uudx/files/patch-aa') diff --git a/converters/uudx/files/patch-aa b/converters/uudx/files/patch-aa new file mode 100644 index 000000000000..9ed9b053d296 --- /dev/null +++ b/converters/uudx/files/patch-aa @@ -0,0 +1,14 @@ +--- uudx-299.orig/uudx.c Sun Jan 29 16:44:42 1995 ++++ uudx-299/uudx.c Sun Jun 2 16:04:27 1996 +@@ -89,7 +89,11 @@ + #else + #define strchr index + extern char *strchr(); ++#ifndef __FreeBSD__ + extern char *sprintf(); ++#else ++extern int sprintf(); ++#endif + extern char *strcpy(); + #endif /* BSD */ + -- cgit v1.2.3