]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/ipforward_sysctl.c
Merge pull request #11146 from NicolasDichtel/master
[mirror_frr.git] / zebra / ipforward_sysctl.c
index 48ab95d1ba7ffed53cfc003730e0b693985fd25b..0015018f945de88c6a505d35b481a865472ec264 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <zebra.h>
 
-#if !defined(GNU_LINUX) && !defined(SUNOS_5)
+#if !defined(GNU_LINUX)
 
 #include "privs.h"
 #include "zebra/ipforward.h"
@@ -141,4 +141,4 @@ int ipforward_ipv6_off(void)
        return ip6forwarding;
 }
 
-#endif /* !defined(GNU_LINUX) && !defined(SUNOS_5) */
+#endif /* !defined(GNU_LINUX) */