diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-11 19:21:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-11 19:21:43 +0000 |
commit | 7bc1a76b12b5be399cb96b05b664840d2996c82a (patch) | |
tree | 0fc98046f354a90330a709d3595d3aeaeca8f582 /tools/squashfs4/patches/180-openbsd_compat.patch | |
parent | 584a7d650717a80e06abb36ee0d6d367a9903550 (diff) | |
download | master-187ad058-7bc1a76b12b5be399cb96b05b664840d2996c82a.tar.gz master-187ad058-7bc1a76b12b5be399cb96b05b664840d2996c82a.tar.bz2 master-187ad058-7bc1a76b12b5be399cb96b05b664840d2996c82a.zip |
tools/squashfs4: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47869 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/squashfs4/patches/180-openbsd_compat.patch')
-rw-r--r-- | tools/squashfs4/patches/180-openbsd_compat.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/squashfs4/patches/180-openbsd_compat.patch b/tools/squashfs4/patches/180-openbsd_compat.patch index 6d7a857a05..b9c1b5925d 100644 --- a/tools/squashfs4/patches/180-openbsd_compat.patch +++ b/tools/squashfs4/patches/180-openbsd_compat.patch @@ -1,6 +1,5 @@ -diff -Nur squashfs4.2.orig/squashfs-tools/mksquashfs.c squashfs4.2/squashfs-tools/mksquashfs.c ---- squashfs4.2.orig/squashfs-tools/mksquashfs.c Tue Mar 5 16:20:49 2013 -+++ squashfs4.2/squashfs-tools/mksquashfs.c Tue Mar 5 16:25:10 2013 +--- a/squashfs-tools/mksquashfs.c ++++ b/squashfs-tools/mksquashfs.c @@ -32,6 +32,9 @@ #include <stdio.h> #include <stddef.h> @@ -11,9 +10,8 @@ diff -Nur squashfs4.2.orig/squashfs-tools/mksquashfs.c squashfs4.2/squashfs-tool #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -diff -Nur squashfs4.2.orig/squashfs-tools/unsquashfs.h squashfs4.2/squashfs-tools/unsquashfs.h ---- squashfs4.2.orig/squashfs-tools/unsquashfs.h Tue Mar 5 16:20:49 2013 -+++ squashfs4.2/squashfs-tools/unsquashfs.h Tue Mar 5 16:25:57 2013 +--- a/squashfs-tools/unsquashfs.h ++++ b/squashfs-tools/unsquashfs.h @@ -25,6 +25,9 @@ #define TRUE 1 #define FALSE 0 |