From: Roy Marples Date: Sat, 4 Oct 2014 10:19:00 +0000 (+0000) Subject: Fix compile on BSD. X-Git-Tag: v6.5.0~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51fdb10d512086db20c2dce87b194c0936f00a92;p=thirdparty%2Fdhcpcd.git Fix compile on BSD. --- diff --git a/dev.h b/dev.h index 9aba1605..efc33872 100644 --- a/dev.h +++ b/dev.h @@ -54,7 +54,7 @@ void dev_stop(struct dhcpcd_ctx *); #define dev_initialized(a, b) (1) #define dev_listening(a) (0) #define dev_start(a) {} -#define dev_stop(a, b) {} +#define dev_stop(a) {} #endif #endif