diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-18 10:14:26 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-18 10:14:26 -0500 |
| commit | 7936827a85fca997e2b68091c183b1565a27c883 (patch) | |
| tree | 9a9c61f31f9ec5feeb4786c4ed77e06678337c1e | |
| parent | 45680e7568eb69d5f991b5c0c174e479878727ee (diff) | |
cumulus: Fixup function only needed for linux
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -rw-r--r-- | cumulus/start-stop-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
