kexec-tools: bump version to 2.0.16
[openwrt/openwrt.git] / package / boot / kexec-tools / patches / 110-fix-vmcore-dmsg-compilation-error.patch
diff --git a/package/boot/kexec-tools/patches/110-fix-vmcore-dmsg-compilation-error.patch b/package/boot/kexec-tools/patches/110-fix-vmcore-dmsg-compilation-error.patch
deleted file mode 100644 (file)
index 0cf2d3e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/vmcore-dmesg/vmcore-dmesg.c
-+++ b/vmcore-dmesg/vmcore-dmesg.c
-@@ -1,6 +1,8 @@
- #define _XOPEN_SOURCE 600
- #define _LARGEFILE_SOURCE 1
- #define _FILE_OFFSET_BITS 64
-+#define _GNU_SOURCE
-+
- #include <endian.h>
- #include <byteswap.h>
- #include <stdio.h>