diff options
Diffstat (limited to 'archivers/unarj/files/patch-ab')
-rw-r--r-- | archivers/unarj/files/patch-ab | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/archivers/unarj/files/patch-ab b/archivers/unarj/files/patch-ab index 1442f03576c3..5b683946234c 100644 --- a/archivers/unarj/files/patch-ab +++ b/archivers/unarj/files/patch-ab @@ -1,17 +1,6 @@ -diff -urN unarj-2.43/unarj.c unarj-2.43.new/unarj.c ---- unarj.c.orig Mon Sep 29 14:00:24 1997 -+++ unarj.c Tue Aug 8 15:57:58 2000 -@@ -42,7 +42,8 @@ - * 02/17/93 R. Jung Added archive modified date support. - * 01/22/94 R. Jung Changed copyright message. - * 07/29/96 R. Jung Added "/" to list of path separators. -- * -+ * 08/08/00 P. Knirsch Added subdirectory creation for the x command. Also -+ * fixed some compiler warnings. - */ - - #include "unarj.h" -@@ -51,6 +52,10 @@ +--- unarj.c.orig Wed Jun 5 12:28:06 2002 ++++ unarj.c Mon Nov 29 17:48:27 2004 +@@ -54,6 +54,10 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> @@ -22,7 +11,7 @@ diff -urN unarj-2.43/unarj.c unarj-2.43.new/unarj.c #else /* !MODERN */ extern void free(); extern void exit(); -@@ -712,6 +717,8 @@ +@@ -718,6 +722,8 @@ extract() { char name[FNAME_MAX]; @@ -31,7 +20,7 @@ diff -urN unarj-2.43/unarj.c unarj-2.43.new/unarj.c if (check_flags()) { -@@ -730,6 +737,21 @@ +@@ -736,6 +742,21 @@ if (host_os != OS) default_case_path(name); |