summaryrefslogtreecommitdiff
path: root/archivers/mousetar/patches
diff options
context:
space:
mode:
authoragc <agc>2002-10-28 12:41:55 +0000
committeragc <agc>2002-10-28 12:41:55 +0000
commit92c453524b6666de2f597298a4cdc9236da63ce3 (patch)
treeef62f876de36e059c0b4d33d4d08e420d5f2dd42 /archivers/mousetar/patches
parentf56d72dc067b9e8b30accc1ad5049e17f2abbfff (diff)
downloadpkgsrc-92c453524b6666de2f597298a4cdc9236da63ce3.tar.gz
Correct my mistake - move the mousetar package from sysutils to archivers.
Diffstat (limited to 'archivers/mousetar/patches')
-rw-r--r--archivers/mousetar/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/mousetar/patches/patch-aa b/archivers/mousetar/patches/patch-aa
new file mode 100644
index 00000000000..d28af23ee0a
--- /dev/null
+++ b/archivers/mousetar/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/10/28 12:41:55 agc Exp $
+
+--- tar.c 2002/10/16 09:25:24 1.1
++++ tar.c 2002/10/16 09:25:38
+@@ -472,8 +472,8 @@
+ /* NetBSD: fix up itoo/itod and the fs_q?mask fields, and BIG* */
+ #ifdef TAR_INODE_NETBSD
+ #include <sys/param.h>
+-#include <ufs/ffs/fs.h>
+ #include <ufs/ufs/dinode.h>
++#include <ufs/ffs/fs.h>
+ #define rawi_direct direct
+ #define itoo(sb,i) ino_to_fsbo(sb,i)
+ #define itod(sb,i) ino_to_fsba(sb,i)