diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/mousetar/distinfo | 4 | ||||
-rw-r--r-- | archivers/mousetar/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/mousetar/distinfo b/archivers/mousetar/distinfo index 399d4c842b8..3f5c7fea142 100644 --- a/archivers/mousetar/distinfo +++ b/archivers/mousetar/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2012/03/09 06:14:39 sbd Exp $ +$NetBSD: distinfo,v 1.7 2014/01/02 03:24:47 dholland Exp $ SHA1 (tar.c) = 0fcce941a7e5beee2646b3b7d7dee5d6cf22f455 RMD160 (tar.c) = 78561e1ef3a55f1b77c8949a7b7a6efb4904d7ef @@ -6,4 +6,4 @@ Size (tar.c) = 286925 bytes SHA1 (tar.man) = a43498f78f3122edf1970a471c9bd313c0ace2f1 RMD160 (tar.man) = 3a295603a2381ea8417b4ce77b73b50ca42fd5e6 Size (tar.man) = 49336 bytes -SHA1 (patch-aa) = 8d1b0d31f1eabb3bc6528579cca8df50d4f6066d +SHA1 (patch-aa) = 6a1e99e27c2a825b22de92327bb639e31a032168 diff --git a/archivers/mousetar/patches/patch-aa b/archivers/mousetar/patches/patch-aa index 4ca912f9ce9..832df112da0 100644 --- a/archivers/mousetar/patches/patch-aa +++ b/archivers/mousetar/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2012/03/09 06:14:39 sbd Exp $ +$NetBSD: patch-aa,v 1.5 2014/01/02 03:24:47 dholland Exp $ --- tar.c.orig 2012-03-09 06:07:25.071601044 +0000 +++ tar.c @@ -16,10 +16,10 @@ $NetBSD: patch-aa,v 1.4 2012/03/09 06:14:39 sbd Exp $ #include <sys/file.h> #include <sys/stat.h> #include <sys/time.h> -+#if defined(__linux__) ++#if 0 #include <sys/dir.h> +#else -+#include <sys/dirent.h> ++ +#endif +#include <dirent.h> #include <unistd.h> |