diff options
Diffstat (limited to 'sys/net/if_etherip.c')
-rw-r--r-- | sys/net/if_etherip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_etherip.c b/sys/net/if_etherip.c index 8eac395cb2c..8d6e628c9c1 100644 --- a/sys/net/if_etherip.c +++ b/sys/net/if_etherip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_etherip.c,v 1.26 2017/11/17 14:52:50 jca Exp $ */ +/* $OpenBSD: if_etherip.c,v 1.27 2017/11/17 18:22:52 jca Exp $ */ /* * Copyright (c) 2015 Kazuya GODA <goda@openbsd.org> * @@ -650,7 +650,7 @@ etherip_sysctl_etheripstat(void *oldp, size_t *oldlenp, void *newp) } int -ip_etherip_sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp, +etherip_sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) { int error; |