summaryrefslogtreecommitdiffstats
path: root/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-11-10 11:15:27 +0000
committerRoy Marples <roy@marples.name>2008-11-10 11:15:27 +0000
commit3ad4d331afc3c7959cf9ca0c694adb190337a634 (patch)
treede5d9d27c39f8024c5d8a9b0e340c8976420cca2 /if-bsd.c
parenteee1b3eed91b9122ad132ea501430693641cd066 (diff)
downloaddhcpcd-3ad4d331afc3c7959cf9ca0c694adb190337a634.tar.xz
Fix some LINT errors.
Diffstat (limited to 'if-bsd.c')
-rw-r--r--if-bsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/if-bsd.c b/if-bsd.c
index 890664d0..cc1b54f3 100644
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -134,6 +134,7 @@ if_address(const struct interface *iface, const struct in_addr *address,
return retval;
}
+/* ARGSUSED4 */
int
if_route(const struct interface *iface, const struct in_addr *dest,
const struct in_addr *net, const struct in_addr *gate,