aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-31 17:59:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-31 17:59:25 +0000
commit81a40cb8b348e6272d9fb51c4ef610771025a79c (patch)
treee344e1bcb98765266203c313abb05dbfd90cbacc /tools/squashfs4
parent2cf4797d5e00b5c4ca43bf085120ed2a668848bc (diff)
downloadmaster-187ad058-81a40cb8b348e6272d9fb51c4ef610771025a79c.tar.gz
master-187ad058-81a40cb8b348e6272d9fb51c4ef610771025a79c.tar.bz2
master-187ad058-81a40cb8b348e6272d9fb51c4ef610771025a79c.zip
squashfs4: add missing include for freebsd (patch from #9842)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27850 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/squashfs4')
-rw-r--r--tools/squashfs4/patches/160-expose_lzma_xz_options.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/squashfs4/patches/160-expose_lzma_xz_options.patch b/tools/squashfs4/patches/160-expose_lzma_xz_options.patch
index b5fb80dffa..61f5e6c37d 100644
--- a/tools/squashfs4/patches/160-expose_lzma_xz_options.patch
+++ b/tools/squashfs4/patches/160-expose_lzma_xz_options.patch
@@ -1,6 +1,6 @@
--- /dev/null
+++ b/squashfs-tools/lzma_xz_options.h
-@@ -0,0 +1,112 @@
+@@ -0,0 +1,115 @@
+#ifndef LZMA_XZ_OPTIONS_H
+#define LZMA_XZ_OPTIONS_H
+/*
@@ -27,6 +27,9 @@
+#include <stdint.h>
+
+#ifndef linux
++#ifdef __FreeBSD__
++#include <machine/endian.h>
++#endif
+#define __BYTE_ORDER BYTE_ORDER
+#define __BIG_ENDIAN BIG_ENDIAN
+#define __LITTLE_ENDIAN LITTLE_ENDIAN