From: Roy Marples Date: Fri, 23 Dec 2022 16:15:58 +0000 (+0000) Subject: if: Again fix prior on NetBSD X-Git-Tag: v10.0.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=564beeae667ad72bb3c90c977ad5a8eb1473a9e2;p=thirdparty%2Fdhcpcd.git if: Again fix prior on NetBSD --- diff --git a/src/if.c b/src/if.c index 6c4f9f5a..228e52d0 100644 --- a/src/if.c +++ b/src/if.c @@ -361,7 +361,7 @@ if_learnaddrs(struct dhcpcd_ctx *ctx, struct if_head *ifs, void if_freeifaddrs(struct dhcpcd_ctx *ctx, struct ifaddrs **ifaddrs) { #ifndef PRIVSEP_GETIFADDRS - _UNUSED(ctx); + UNUSED(ctx); #endif if (ifaddrs == NULL)