diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-02-17 22:25:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-02-17 22:25:40 +0000 |
commit | 1965e617b53835930efb5fc6d9f42f385c582233 (patch) | |
tree | 50f9fdd8caa6d4274d99cf336f415b104b698516 /archivers/unarj/files/patch-aa | |
parent | Famous last words for UUCP users, because path of rnews has changed in inn2. (diff) |
upgrade to 2.43
Notes
Notes:
svn path=/head/; revision=16751
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)) - |