summaryrefslogtreecommitdiff
path: root/lib/netns_other.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netns_other.c')
-rw-r--r--lib/netns_other.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/netns_other.c b/lib/netns_other.c
index 740d2b621e..9cf7f1f33a 100644
--- a/lib/netns_other.c
+++ b/lib/netns_other.c
@@ -18,8 +18,8 @@
*/
-#if !defined(GNU_LINUX) && (defined(SUNOS_5) || defined(OPEN_BSD))
-/* SUNOS_5 or OPEN_BSD */
+#if !defined(GNU_LINUX) && defined(OPEN_BSD)
+/* OPEN_BSD */
#include <zebra.h>
#include "ns.h"