diff options
Diffstat (limited to 'tools/squashfs4/patches/150-freebsd_fixes.patch')
-rw-r--r-- | tools/squashfs4/patches/150-freebsd_fixes.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/squashfs4/patches/150-freebsd_fixes.patch b/tools/squashfs4/patches/150-freebsd_fixes.patch deleted file mode 100644 index 44d40a7d1a..0000000000 --- a/tools/squashfs4/patches/150-freebsd_fixes.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/squashfs-tools/pseudo.c -+++ b/squashfs-tools/pseudo.c -@@ -32,6 +32,7 @@ - #include <stdlib.h> - #include <sys/types.h> - #include <sys/wait.h> -+#include <sys/stat.h> - - #include "pseudo.h" - |