diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-25 19:44:14 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-25 19:44:14 +0200 |
commit | c9df01d3215379c0463dd2a3b0c9b1700d6e2ac3 (patch) | |
tree | a8f1f24a99e6ee9747f19e20cd43f33bf6f19ef4 /sysdep/bsd/krt-sock.c | |
parent | 9ba2798c65c02254ec000ab03a76fbbaae1ddc97 (diff) |
Fixes several minor bugs in kernel syncer.
Diffstat (limited to 'sysdep/bsd/krt-sock.c')
-rw-r--r-- | sysdep/bsd/krt-sock.c | 3 |
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; |