[systemd-devel] [PATCH]: fix compile due to missing RLIMIT_RTTIME
Kelly Anderson
kelly at silka.with-linux.com
Wed Aug 3 18:13:39 PDT 2011
Hi,
The def for RLIMIT_RTTIME was not getting included in
load-fragment-gperf.gperf.m4.
--- ./src/load-fragment-gperf.gperf.m4.orig 2011-08-03
18:19:11.000000000 -0600
+++ ./src/load-fragment-gperf.gperf.m4 2011-08-03 19:05:22.935134717
-0600
@@ -2,6 +2,7 @@
#include <stddef.h>
#include "conf-parser.h"
#include "load-fragment.h"
+#include "missing.h"
%}
struct ConfigPerfItem;
%null_strings
More information about the systemd-devel
mailing list