diff options
Diffstat (limited to 'nest/iface.c')
-rw-r--r-- | nest/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.c b/nest/iface.c index 4d73c2a4..a23cdf4f 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -584,7 +584,7 @@ ifa_delete(struct ifa *a) } u32 -if_choose_router_id(struct iface_patt *mask, u32 old_id) +if_choose_router_id(struct iface_patt *mask UNUSED6, u32 old_id UNUSED6) { #ifndef IPV6 struct iface *i; |