diff options
Diffstat (limited to 'if-bsd.c')
| -rw-r--r-- | if-bsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
