diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2018-12-12 16:10:42 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2019-02-28 01:38:46 +0100 |
commit | 889b6423b78bcde8af81d68a3fabcdd019181de4 (patch) | |
tree | 1855cb252ea7297bb74901a9955a33347512ebc0 /tools/squashfs4/patches/150-freebsd_fixes.patch | |
parent | 9e8cbecb7f188dcf31b3a4e268d8e2b8e6d55a58 (diff) | |
download | upstream-889b6423b78bcde8af81d68a3fabcdd019181de4.tar.gz upstream-889b6423b78bcde8af81d68a3fabcdd019181de4.tar.bz2 upstream-889b6423b78bcde8af81d68a3fabcdd019181de4.zip |
tools: migrate from squashfs4 to squashfskit4
squashfskit is a fork of the squashfs-tools.
squashfskit creates reproducible filesystems and includes
many of the distro patches.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Tested-by: Paul Spooren <mail@aparcar.org>
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" - |