]> git.proxmox.com Git - mirror_frr.git/blobdiff - tools/start-stop-daemon.c
Merge pull request #5576 from ton31337/fix/no_bgp_listen_range_peer-group_7.1
[mirror_frr.git] / tools / start-stop-daemon.c
index f2a1e9434bc9d2d848ec4a6591844986444c59f8..5903f8732f2202e7e7fc7877471e635733d86b37 100644 (file)
@@ -280,7 +280,7 @@ static void add_namespace(const char *path)
 #endif
 
 #ifdef HAVE_LXC
-static void set_namespaces()
+static void set_namespaces(void)
 {
        struct namespace *namespace;
        int fd;
@@ -294,7 +294,7 @@ static void set_namespaces()
        }
 }
 #else
-static void set_namespaces()
+static void set_namespaces(void)
 {
        if (!LIST_EMPTY(&namespace_head))
                fatal("LCX namespaces not supported");