]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile error for non capsicum
authorRoy Marples <roy@marples.name>
Sun, 10 May 2020 09:11:46 +0000 (10:11 +0100)
committerRoy Marples <roy@marples.name>
Sun, 10 May 2020 09:11:46 +0000 (10:11 +0100)
src/privsep.c

index fd0cbd47440da70ff9881955c916ba41d0f5af95..bfc8860d19bf3946439f8bf04e4a321fd4d673b4 100644 (file)
@@ -173,6 +173,8 @@ ps_dropprivs(struct dhcpcd_ctx *ctx, unsigned int flags)
                        return -1;
                }
        }
+#else
+       UNUSED(flags);
 #endif
        return 0;
 }