From: Roy Marples Date: Wed, 23 Sep 2020 08:31:24 +0000 (+0100) Subject: Add a warning about prior X-Git-Tag: v9.3.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84bfc372fc5e1c23ffa8078db1d6a0c59a05bf00;p=thirdparty%2Fdhcpcd.git Add a warning about prior --- diff --git a/src/if-bsd.c b/src/if-bsd.c index 403fbf48..97a69441 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -402,6 +402,7 @@ if_carrier(struct interface *ifp) } return LINK_UNKNOWN; #else +#warning no SIOCGIFDATA - not all interfaces support SIOCGIFMEDIA return carrier; #endif }