mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
cumulus: Fixup function only needed for linux
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
45680e7568
commit
7936827a85
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user