summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/if.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index d6dfd923e76d..839cf32fdd0d 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -2071,6 +2071,7 @@ if_delmulti(struct ifnet *ifp, struct sockaddr *sa)
return 0;
}
+
/*
* Set the link layer address on an interface.
*