summaryrefslogtreecommitdiff
path: root/archivers/lha/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/lha/patches/patch-ad')
-rw-r--r--archivers/lha/patches/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/lha/patches/patch-ad b/archivers/lha/patches/patch-ad
deleted file mode 100644
index edda54db88f..00000000000
--- a/archivers/lha/patches/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ad,v 1.1 1999/11/30 01:54:16 sakamoto Exp $
-
---- ./src/lhext.c.orig Sun Aug 29 01:36:16 1999
-+++ ./src/lhext.c Tue Nov 30 10:31:41 1999
-@@ -163,5 +163,5 @@
- if (!getuid()) {
- #ifndef HAVE_NO_LCHOWN
-- if ((hdr->unix_mode & UNIX_FILE_TYPEMASK) != UNIX_FILE_SYMLINK)
-+ if ((hdr->unix_mode & UNIX_FILE_TYPEMASK) == UNIX_FILE_SYMLINK)
- lchown(name, hdr->unix_uid, hdr->unix_gid);
- else