summaryrefslogtreecommitdiffstats
path: root/src/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-05-10 17:32:15 +0100
committerRoy Marples <roy@marples.name>2020-05-10 17:32:15 +0100
commit123d78292563042e643024fc9abf154d631b0cad (patch)
tree698ef11c546e42717e415c104dcb8d3a515a224e /src/if-bsd.c
parentb1cdebfc5d41c26ac6f1906008b62a7541c64d1d (diff)
downloaddhcpcd-123d78292563042e643024fc9abf154d631b0cad.tar.xz
Fix warning for prior
Diffstat (limited to 'src/if-bsd.c')
-rw-r--r--src/if-bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if-bsd.c b/src/if-bsd.c
index d3c684bf..958542ca 100644
--- a/src/if-bsd.c
+++ b/src/if-bsd.c
@@ -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;