From: Donald Sharp Date: Wed, 18 Jan 2017 15:14:26 +0000 (-0500) Subject: cumulus: Fixup function only needed for linux X-Git-Tag: frr-3.0-branchpoint~76^2~6 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7936827a85fca997e2b68091c183b1565a27c883;p=matthieu%2Ffrr.git cumulus: Fixup function only needed for linux Signed-off-by: Donald Sharp --- 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) {