From: Roy Marples Date: Mon, 22 Jul 2019 15:19:27 +0000 (+0100) Subject: OpenBSD: Fix compile. X-Git-Tag: v8.0.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480a2452bdfba58de1f6f680e5f9ea2aaaddd17c;p=thirdparty%2Fdhcpcd.git OpenBSD: Fix compile. --- diff --git a/src/if-bsd.c b/src/if-bsd.c index 41e402b0..309e6fec 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -1311,7 +1311,7 @@ if_dispatch(struct dhcpcd_ctx *ctx, const struct rt_msghdr *rtm) return if_ifa(ctx, (const void *)rtm); #ifdef RTM_DESYNC case RTM_DESYNC: - return dhcpcd_linkoverflow(ctx); + dhcpcd_linkoverflow(ctx); #endif }