diff options
Diffstat (limited to 'lib/netns_other.c')
| -rw-r--r-- | lib/netns_other.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/netns_other.c b/lib/netns_other.c index dc6bbbe479..3fc4b8df4b 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" |
