]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
if: Again fix prior on NetBSD
authorRoy Marples <roy@marples.name>
Fri, 23 Dec 2022 16:15:58 +0000 (16:15 +0000)
committerRoy Marples <roy@marples.name>
Fri, 23 Dec 2022 16:15:58 +0000 (16:15 +0000)
src/if.c

index 6c4f9f5ad50feb9bc5e69a38ccd7840b2cbfd1bb..228e52d0f808a55d65a1692cca6136074d62ffbd 100644 (file)
--- 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)