aboutsummaryrefslogtreecommitdiffstats
path: root/tools/squashfs4/patches/180-openbsd_compat.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-11 19:21:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-11 19:21:43 +0000
commitd437c72c216b45aa27187bbfddbf43fafdc0b5fe (patch)
treeb0ccfca82d2fc7fa0d5c747a303b10e3a376b86f /tools/squashfs4/patches/180-openbsd_compat.patch
parente5c1cc55453169bcfc8623cf498e1f6485669246 (diff)
downloadupstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.tar.gz
upstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.tar.bz2
upstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.zip
tools/squashfs4: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47869
Diffstat (limited to 'tools/squashfs4/patches/180-openbsd_compat.patch')
-rw-r--r--tools/squashfs4/patches/180-openbsd_compat.patch10
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