diff options
Diffstat (limited to 'archivers/unarj/files/patch-aa')
-rw-r--r-- | archivers/unarj/files/patch-aa | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/unarj/files/patch-aa b/archivers/unarj/files/patch-aa index cb9eb45144df..42d3e4a23b6c 100644 --- a/archivers/unarj/files/patch-aa +++ b/archivers/unarj/files/patch-aa @@ -1,6 +1,6 @@ ---- unarj.h.orig Wed Jun 23 06:07:20 1993 -+++ unarj.h Wed Jan 21 15:03:39 1998 -@@ -104,9 +104,13 @@ +--- unarj.h.orig Mon Sep 29 14:00:24 1997 ++++ unarj.h Thu Feb 18 01:06:10 1999 +@@ -106,8 +106,12 @@ #endif typedef unsigned char uchar; /* 8 bits or more */ @@ -13,4 +13,3 @@ typedef unsigned long ulong; /* 32 bits or more */ #define USHRT_BIT (CHAR_BIT * sizeof(ushort)) - |