summaryrefslogtreecommitdiffstats
path: root/if-bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'if-bsd.c')
-rw-r--r--if-bsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/if-bsd.c b/if-bsd.c
index 1a35ab76..ecfdfc04 100644
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -82,14 +82,14 @@ static char *link_buf;
static ssize_t link_buflen;
int
-if_init(_unused struct interface *iface)
+if_init(__unused struct interface *iface)
{
/* BSD promotes secondary address by default */
return 0;
}
int
-if_conf(_unused struct interface *iface)
+if_conf(__unused struct interface *iface)
{
/* No extra checks needed on BSD */
return 0;