summaryrefslogtreecommitdiff
path: root/sysutils/genimage/files/patch-image-android-sparse.c
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-01-06 07:31:22 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2023-01-06 10:17:45 -0800
commitf5858d0bce93eaa9bc455da3382a34b778939cd6 (patch)
tree46e79663e448891c2a9a44664695939bba117d68 /sysutils/genimage/files/patch-image-android-sparse.c
parentdevel/fnm: New port: Fast and simple Node.js version manager, built in Rust (diff)
sysutils/genimage: New port: Tool to generate multiple filesystem and flash images from a tree
Diffstat (limited to 'sysutils/genimage/files/patch-image-android-sparse.c')
-rw-r--r--sysutils/genimage/files/patch-image-android-sparse.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/genimage/files/patch-image-android-sparse.c b/sysutils/genimage/files/patch-image-android-sparse.c
new file mode 100644
index 000000000000..62644b0a8fd1
--- /dev/null
+++ b/sysutils/genimage/files/patch-image-android-sparse.c
@@ -0,0 +1,11 @@
+--- image-android-sparse.c.orig 2023-01-06 17:52:40 UTC
++++ image-android-sparse.c
+@@ -15,7 +15,7 @@
+ */
+
+ #include <confuse.h>
+-#include <endian.h>
++#include <sys/endian.h>
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <stdlib.h>