tools: migrate from squashfs4 to squashfskit4
[openwrt/staging/stintel.git] / tools / squashfs4 / patches / 180-openbsd_compat.patch
diff --git a/tools/squashfs4/patches/180-openbsd_compat.patch b/tools/squashfs4/patches/180-openbsd_compat.patch
deleted file mode 100644 (file)
index 4f7afd8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/squashfs-tools/mksquashfs.c
-+++ b/squashfs-tools/mksquashfs.c
-@@ -32,6 +32,9 @@
- #include <stdio.h>
- #include <stddef.h>
- #include <sys/time.h>
-+#if defined(__OpenBSD__)
-+#include <sys/param.h>
-+#endif
- #include <sys/types.h>
- #include <sys/sysmacros.h>
- #include <sys/stat.h>
---- a/squashfs-tools/unsquashfs.h
-+++ b/squashfs-tools/unsquashfs.h
-@@ -25,6 +25,9 @@
- #define TRUE 1
- #define FALSE 0
- #include <stdio.h>
-+#if defined(__OpenBSD__)
-+#include <sys/param.h>
-+#endif
- #include <sys/types.h>
- #include <unistd.h>
- #include <stdlib.h>