diff options
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/krt.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index 989930f..a6d1727 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -618,11 +618,7 @@ krt_prune(struct krt_proto *p) } void -krt_got_route_async(struct krt_proto *p, rte *e, int new -#ifndef KRT_ALLOW_LEARN -UNUSED -#endif -) +krt_got_route_async(struct krt_proto *p, rte *e, int new UNUSED) { net *net = e->net; int src = e->u.krt.src; |