summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-11 16:02:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-11 16:02:54 +0200
commit150093057baf2904b8fa0d8063c37ff076b38a7e (patch)
tree8eef5282715361f8f88c7e56fc1d8f0cb3d3ac3d /patches
parent57267e368ada7e262b5f196349898bc707bc7945 (diff)
downloadptxdist-150093057baf2904b8fa0d8063c37ff076b38a7e.tar.gz
ptxdist-150093057baf2904b8fa0d8063c37ff076b38a7e.tar.xz
systemd: version bump 30 -> 33
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/systemd-33/0001-gperf-add-missing.h-that-was-present-in-the-C-versio.patch25
-rw-r--r--patches/systemd-33/series1
2 files changed, 26 insertions, 0 deletions
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 <koen@dominion.thruhere.net>
+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 <stddef.h>
+ #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