Skip to content

Commit

Permalink
lib/route-table-*: Fix non-Linux builds
Browse files Browse the repository at this point in the history
Fix build failures introduced by
commit 1bc50ef
("dpctl: Fix crash.")

Signed-off-by: YAMAMOTO Takashi <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
yamt committed Nov 26, 2014
1 parent 27edb4a commit ac0facb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/route-table-bsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ route_table_wait(void)
}

void
ovs_router_unixctl_register(void)
ovs_router_init(void)
{
}
2 changes: 1 addition & 1 deletion lib/route-table-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ovs_router_lookup(ovs_be32 ip_dst OVS_UNUSED, char output_bridge[] OVS_UNUSED,
}

void
ovs_router_unixctl_register(void)
ovs_router_init(void)
{
}

Expand Down

0 comments on commit ac0facb

Please sign in to comment.