diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2017-11-17 18:22:53 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2017-11-17 18:22:53 +0000 |
commit | fc91e6bc4a6345be0e3ab42503cc12aec6b9460c (patch) | |
tree | a4489d84246b92666ec1683f849d668ba6e9c719 /sys/netinet | |
parent | a6a2a2b48bed09769be77de90f7028abd660b6e3 (diff) |
Rename etherip sysctl handler, there's no conflict with ip_ether.c any more
ok visa@ mpi@
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/in_proto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 70681290672..01e46bfd701 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in_proto.c,v 1.86 2017/11/17 18:20:49 jca Exp $ */ +/* $OpenBSD: in_proto.c,v 1.87 2017/11/17 18:22:52 jca Exp $ */ /* $NetBSD: in_proto.c,v 1.14 1996/02/18 18:58:32 christos Exp $ */ /* @@ -414,7 +414,7 @@ struct protosw inetsw[] = { .pr_usrreq = rip_usrreq, .pr_attach = rip_attach, .pr_detach = rip_detach, - .pr_sysctl = ip_etherip_sysctl + .pr_sysctl = etherip_sysctl }, #endif /* NETHERIP */ { |