From adbbee46ad0661bf695d2bfe7a07ebced4bbe780 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 21 Jun 2010 07:17:23 +0200 Subject: bootchartd: added optional compat features Signed-off-by: Denys Vlasenko --- procps/sysctl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'procps/sysctl.c') diff --git a/procps/sysctl.c b/procps/sysctl.c index 7a5bf1435..fc601d637 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c @@ -212,6 +212,7 @@ static int sysctl_handle_preload_file(const char *filename) //TODO: comment may be only at line start. "var=1 #abc" - "1 #abc" is the value // (but _whitespace_ from ends should be trimmed first (and we do it right)) //TODO: "var==1" is mishandled (must use "=1" as a value, but uses "1") +// can it be fixed by removing PARSE_COLLAPSE bit? while (config_read(parser, token, 2, 2, "# \t=", PARSE_NORMAL)) { char *tp; sysctl_dots_to_slashes(token[0]); -- cgit v1.2.3