projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
squashfs4: fix a compile error on big-endian systems (patch from #9842)
[openwrt.git]
/
tools
/
squashfs4
/
patches
/
150-freebsd_fixes.patch
diff --git
a/tools/squashfs4/patches/150-freebsd_fixes.patch
b/tools/squashfs4/patches/150-freebsd_fixes.patch
index
344d9ec
..
44d40a7
100644
(file)
--- a/
tools/squashfs4/patches/150-freebsd_fixes.patch
+++ b/
tools/squashfs4/patches/150-freebsd_fixes.patch
@@
-1,6
+1,6
@@
--- a/squashfs-tools/pseudo.c
+++ b/squashfs-tools/pseudo.c
--- a/squashfs-tools/pseudo.c
+++ b/squashfs-tools/pseudo.c
-@@ -3
1,6 +31
,7 @@
+@@ -3
2,6 +32
,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/wait.h>
This page took
0.025009 seconds
and
4
git commands to generate.