From 84bfc372fc5e1c23ffa8078db1d6a0c59a05bf00 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 23 Sep 2020 09:31:24 +0100 Subject: [PATCH] Add a warning about prior --- src/if-bsd.c | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.47.3