diff options
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r-- | sys/netinet/in_proto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index 6efbac7da5c..3104a8ff6f3 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in_proto.c,v 1.80 2017/11/02 14:01:18 florian Exp $ */ +/* $OpenBSD: in_proto.c,v 1.81 2017/11/05 13:19:59 florian Exp $ */ /* $NetBSD: in_proto.c,v 1.14 1996/02/18 18:58:32 christos Exp $ */ /* @@ -179,7 +179,6 @@ struct protosw inetsw[] = { .pr_domain = &inetdomain, .pr_init = ip_init, .pr_slowtimo = ip_slowtimo, - .pr_drain = ip_drain, .pr_sysctl = ip_sysctl }, { |