diff options
Diffstat (limited to 'sys/net/if_mib.c')
-rw-r--r-- | sys/net/if_mib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_mib.c b/sys/net/if_mib.c index a4489ca..ae957fd 100644 --- a/sys/net/if_mib.c +++ b/sys/net/if_mib.c @@ -68,7 +68,7 @@ SYSCTL_INT(_net_link_generic_system, IFMIB_IFCOUNT, ifcount, CTLFLAG_RD, &if_index, 0, "Number of configured interfaces"); static int -sysctl_ifdata SYSCTL_HANDLER_ARGS /* XXX bad syntax! */ +sysctl_ifdata (SYSCTL_HANDLER_ARGS) /* XXX bad syntax! */ { int *name = (int *)arg1; int error, ifnlen; |