summaryrefslogtreecommitdiff
path: root/sysdep/bsd
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-03-25 19:44:14 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2012-03-25 19:44:14 +0200
commitc9df01d3215379c0463dd2a3b0c9b1700d6e2ac3 (patch)
treea8f1f24a99e6ee9747f19e20cd43f33bf6f19ef4 /sysdep/bsd
parent9ba2798c65c02254ec000ab03a76fbbaae1ddc97 (diff)
Fixes several minor bugs in kernel syncer.
Diffstat (limited to 'sysdep/bsd')
-rw-r--r--sysdep/bsd/krt-sock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdep/bsd/krt-sock.c b/sysdep/bsd/krt-sock.c
index eb92d908..9ca36d83 100644
--- a/sysdep/bsd/krt-sock.c
+++ b/sysdep/bsd/krt-sock.c
@@ -189,7 +189,8 @@ krt_sock_send(int cmd, rte *e)
}
void
-krt_set_notify(struct krt_proto *p UNUSED, net *n, rte *new, rte *old)
+krt_set_notify(struct krt_proto *p UNUSED, net *n, rte *new, rte *old,
+ struct ea_list *eattrs UNUSED)
{
int err = 0;