diff options
author | agc <agc@pkgsrc.org> | 2002-10-28 12:41:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-10-28 12:41:55 +0000 |
commit | 5786131a18a32dc29245fed72e6337f94228cc6b (patch) | |
tree | ef62f876de36e059c0b4d33d4d08e420d5f2dd42 /archivers/mousetar/patches | |
parent | db940ca9dbe70c90d6562f782bf08cc4728bd837 (diff) | |
download | pkgsrc-5786131a18a32dc29245fed72e6337f94228cc6b.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-aa | 14 |
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) |