From 150093057baf2904b8fa0d8063c37ff076b38a7e Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 11 Aug 2011 16:02:54 +0200 Subject: systemd: version bump 30 -> 33 Signed-off-by: Michael Olbrich --- ...issing.h-that-was-present-in-the-C-versio.patch | 25 ++++++++++++++++++++++ patches/systemd-33/series | 1 + 2 files changed, 26 insertions(+) create mode 100644 patches/systemd-33/0001-gperf-add-missing.h-that-was-present-in-the-C-versio.patch create mode 100644 patches/systemd-33/series (limited to 'patches') diff --git a/patches/systemd-33/0001-gperf-add-missing.h-that-was-present-in-the-C-versio.patch b/patches/systemd-33/0001-gperf-add-missing.h-that-was-present-in-the-C-versio.patch new file mode 100644 index 000000000..3691cef0d --- /dev/null +++ b/patches/systemd-33/0001-gperf-add-missing.h-that-was-present-in-the-C-versio.patch @@ -0,0 +1,25 @@ +From 612e58b45b84eda7e1f2a82fdfc006f1ae421cb5 Mon Sep 17 00:00:00 2001 +From: Koen Kooi +Date: Tue, 2 Aug 2011 07:20:15 +0200 +Subject: [PATCH] gperf: add missing.h that was present in the C version to + the m4 + +This fixes: + +src/load-fragment-gperf.c:413:51: error: 'RLIMIT_RTTIME' undeclared (first use in this function) +--- + src/load-fragment-gperf.gperf.m4 | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/src/load-fragment-gperf.gperf.m4 b/src/load-fragment-gperf.gperf.m4 +index 650f444..8e52890 100644 +--- a/src/load-fragment-gperf.gperf.m4 ++++ b/src/load-fragment-gperf.gperf.m4 +@@ -2,6 +2,7 @@ + #include + #include "conf-parser.h" + #include "load-fragment.h" ++#include "missing.h" + %} + struct ConfigPerfItem; + %null_strings diff --git a/patches/systemd-33/series b/patches/systemd-33/series new file mode 100644 index 000000000..5a08985a2 --- /dev/null +++ b/patches/systemd-33/series @@ -0,0 +1 @@ +0001-gperf-add-missing.h-that-was-present-in-the-C-versio.patch -- cgit v1.2.3