diff options
Diffstat (limited to 'sysdep/unix')
-rw-r--r-- | sysdep/unix/krt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index 364147d..0647346 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -574,7 +574,7 @@ krt_scan(timer *t) */ static void -krt_notify(struct proto *P, net *net, rte *new, rte *old) +krt_notify(struct proto *P, net *net, rte *new, rte *old, struct ea_list *tmpa) { struct krt_proto *p = (struct krt_proto *) P; |