changeset 5479:d7a479ba0acb draft

Add a warning about prior
author Roy Marples <roy@marples.name>
date Wed, 23 Sep 2020 09:31:24 +0100
parents ad9bae07a29c
children 42eb9ab2e771
files src/if-bsd.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/if-bsd.c	Wed Sep 23 09:27:58 2020 +0100
+++ b/src/if-bsd.c	Wed Sep 23 09:31:24 2020 +0100
@@ -402,6 +402,7 @@
 	}
 	return LINK_UNKNOWN;
 #else
+#warning no SIOCGIFDATA - not all interfaces support SIOCGIFMEDIA
 	return carrier;
 #endif
 }