summaryrefslogtreecommitdiffstats
path: root/src/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-08-07 16:48:11 +0100
committerRoy Marples <roy@marples.name>2019-08-07 16:48:11 +0100
commit095b3cca28ac5158892762adbcde9cd11547e725 (patch)
tree90e637780c390a1826b9bd27159a50050d4da7f1 /src/if-bsd.c
parent50e34e2dd659b5f8056b9a5c4a6a03ddb03a93b6 (diff)
downloaddhcpcd-095b3cca28ac5158892762adbcde9cd11547e725.tar.xz
Fix 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 f4d84982..64635d37 100644
--- a/src/if-bsd.c
+++ b/src/if-bsd.c
@@ -192,7 +192,7 @@ if_opensockets_os(struct dhcpcd_ctx *ctx)
&msgfilter_mask, sizeof(msgfilter_mask)) == -1)
logerr(__func__);
#else
-#warn kernel does not support route message filtering
+#warning kernel does not support route message filtering
#endif
return 0;