]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
KNF
authorRoy Marples <roy@marples.name>
Fri, 1 May 2015 20:13:46 +0000 (20:13 +0000)
committerRoy Marples <roy@marples.name>
Fri, 1 May 2015 20:13:46 +0000 (20:13 +0000)
if-bsd.c

index 53698f907f50189c1ccb3ec6089f5c986189749d..14ea91307a0cee8d877f2ca41a6960f2b5ae796d 100644 (file)
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -741,6 +741,7 @@ int
 if_addrflags(__unused const struct in_addr *addr,
     __unused const struct interface *ifp)
 {
+
        errno = ENOTSUP;
        return 0;
 }