summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorscole <scole@pkgsrc.org>2017-02-09 18:24:32 +0000
committerscole <scole@pkgsrc.org>2017-02-09 18:24:32 +0000
commitd7bd31f448cb76ea3fc1b23da257e0396c82faab (patch)
tree4701437a62b01f90a44fad4afd50d77fbcda574e /filesystems
parentcb75873e1bdea992ba5733d92f0953db7e9636da (diff)
downloadpkgsrc-d7bd31f448cb76ea3fc1b23da257e0396c82faab.tar.gz
new patch, fixes FreeBSD build
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/squashfs/patches/patch-pseudo.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/squashfs/patches/patch-pseudo.c b/filesystems/squashfs/patches/patch-pseudo.c
new file mode 100644
index 00000000000..4544b3acc7b
--- /dev/null
+++ b/filesystems/squashfs/patches/patch-pseudo.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-pseudo.c
+include sys/stat.h
+
+--- pseudo.c.orig 2017-02-06 12:32:28.000000000 -0800
++++ pseudo.c 2017-02-06 12:32:46.000000000 -0800
+@@ -32,6 +32,7 @@
+ #include <stdlib.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
++#include <sys/stat.h>
+ #include <ctype.h>
+
+ #include "pseudo.h"