From 7936827a85fca997e2b68091c183b1565a27c883 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 18 Jan 2017 10:14:26 -0500 Subject: [PATCH] cumulus: Fixup function only needed for linux Signed-off-by: Donald Sharp --- cumulus/start-stop-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/start-stop-daemon.c b/cumulus/start-stop-daemon.c index 4d447d9051..a195e9e2fc 100644 --- a/cumulus/start-stop-daemon.c +++ b/cumulus/start-stop-daemon.c @@ -223,6 +223,7 @@ clear(struct pid_list **list) *list = NULL; } +#ifdef linux static const char * next_dirname(const char *s) { @@ -242,7 +243,6 @@ next_dirname(const char *s) return cur; } -#ifdef linux static void add_namespace(const char *path) { -- 2.39.5