diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-10 01:49:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-10 01:49:45 +0000 |
commit | fa29b4acb846dc124e91ddad66bc19fba4430909 (patch) | |
tree | 86ee76371c8fdda53c5cd3b6fbdc4f86a1b37fcb /converters/uudx/files/patch-aa | |
parent | version 1.0.56 (diff) |
This decoder can patch together split and out-of-order uudecode files.
Submitted by: pcs51674@asciinet.or.jp
Diffstat (limited to '')
-rw-r--r-- | converters/uudx/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
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 */
+
|