f728a2485a
- Add root-fsck.patch: do not run fsck on / if it is rw - Ship a non null localfs.service, fixes static mount points not being mounted properly. - Update to version 33: * optimizations and bugfixes. * New PrivateNetwork= service setting which allows you to shut off networking for a specific service (i.e. all routable network interfaces will disappear for that service). * Merged insserv-parsing.patch and bash-completion-restart.patch patches. OBS-URL: https://build.opensuse.org/request/show/77911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=49
26 lines
754 B
Diff
26 lines
754 B
Diff
From: Thierry Reding <thierry.reding@avionic-design.de>
|
|
To: systemd-devel@lists.freedesktop.org
|
|
Date: Wed, 3 Aug 2011 08:40:27 +0200
|
|
Subject: [systemd-devel] [PATCH] gperf: Include missing.h.
|
|
|
|
Older GNU C libraries don't define RLIMIT_RTTIME, so including the
|
|
missing.h is required to fix the build.
|
|
---
|
|
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
|
|
--
|
|
1.7.6
|