]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix warning for prior
authorRoy Marples <roy@marples.name>
Sun, 10 May 2020 16:32:15 +0000 (17:32 +0100)
committerRoy Marples <roy@marples.name>
Sun, 10 May 2020 16:32:15 +0000 (17:32 +0100)
src/if-bsd.c

index d3c684bf033d40849732d5867461055e5670ebcb..958542caad0b4931b9fc05f25b03802797359e96 100644 (file)
@@ -299,7 +299,7 @@ if_ignore(struct dhcpcd_ctx *ctx, const char *ifname)
 
 #ifdef SIOCGIFGROUP
 #ifdef HAVE_PLEDGE
-#warning Fix SIOCGIFGROUP for to remove inet pledge requirement
+#warning Fix SIOCGIFGROUP to use privsep to remove inet pledge requirement
 #endif
        struct ifgroupreq ifgr = { .ifgr_len = 0 };
        struct ifg_req *ifg;