diff options
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-dummy.c b/system-dummy.c index d1557f9..9a646dc 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -16,7 +16,7 @@ int system_init(void) return 0; } -int system_bridge_addbr(struct device *bridge) +int system_bridge_addbr(struct device *bridge, struct bridge_config *cfg) { D(SYSTEM, "brctl addbr %s\n", bridge->ifname); return 0; |