diff options
| author | Roy Marples <roy@marples.name> | 2008-11-10 11:15:27 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-11-10 11:15:27 +0000 |
| commit | 3ad4d331afc3c7959cf9ca0c694adb190337a634 (patch) | |
| tree | de5d9d27c39f8024c5d8a9b0e340c8976420cca2 /if-bsd.c | |
| parent | eee1b3eed91b9122ad132ea501430693641cd066 (diff) | |
| download | dhcpcd-3ad4d331afc3c7959cf9ca0c694adb190337a634.tar.xz | |
Fix some LINT errors.
Diffstat (limited to 'if-bsd.c')
| -rw-r--r-- | if-bsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |
