summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysklogd/files/0002-include-sys-types.h-for-off_t.patch
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-01 14:14:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-02 20:57:24 +0000
commitc28457322eb6a141d0e8c66fc1c7eee681c0fe88 (patch)
tree4bf8812cc7aa1592bee308ff7d2fd51d5ac5d425 /meta/recipes-extended/sysklogd/files/0002-include-sys-types.h-for-off_t.patch
parent2497b28b14bd70c0a4c94fc22a74ea62c527b410 (diff)
downloadopenembedded-core-contrib-c28457322eb6a141d0e8c66fc1c7eee681c0fe88.tar.gz
sysklogd: upgrade 2.0.3 -> 2.1.1
License-Update: Relicensed under the BSD-3-Clause license since v2.1 Remove patches applied upstream. Since version v2.1, klogd was removed from the sysklogd project since syslogd performs logging of kernel messages. So, this patch remove klogd support. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysklogd/files/0002-include-sys-types.h-for-off_t.patch')
-rw-r--r--meta/recipes-extended/sysklogd/files/0002-include-sys-types.h-for-off_t.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-extended/sysklogd/files/0002-include-sys-types.h-for-off_t.patch b/meta/recipes-extended/sysklogd/files/0002-include-sys-types.h-for-off_t.patch
deleted file mode 100644
index 799a7a4c4c..0000000000
--- a/meta/recipes-extended/sysklogd/files/0002-include-sys-types.h-for-off_t.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 10cff4ba2d09b30f8f1967f910e8ab08447a8add Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Sat, 7 Dec 2019 10:31:04 -0800
-Subject: [PATCH 2/2] include sys/types.h for off_t
-
-Fixes
-error: unknown type name 'off_t'
-
-Upstream-Status: Submitted [https://github.com/troglobit/sysklogd/pull/10]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- src/compat.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/compat.h b/src/compat.h
-index a867636..1ef1bf0 100644
---- a/src/compat.h
-+++ b/src/compat.h
-@@ -34,6 +34,7 @@
- #include <pthread.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
-
- /*
- * The following macro is used to remove const cast-away warnings
---
-2.24.0
-