summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2018-11-19 10:15:04 +0000
committerclaudio <claudio@openbsd.org>2018-11-19 10:15:04 +0000
commitd29df5159ba367673358d2e4414e11e9b23b6237 (patch)
treea431c1dad697a9e081f73986df0d9a5bf10a16d8 /sys/netinet
parentregen (diff)
downloadwireguard-openbsd-d29df5159ba367673358d2e4414e11e9b23b6237.tar.xz
wireguard-openbsd-d29df5159ba367673358d2e4414e11e9b23b6237.zip
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
It was used by the original patricia tree. OK mpi@
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in_proto.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index e50680e6f04..da4a5d8034b 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_proto.c,v 1.90 2018/02/10 08:12:01 dlg Exp $ */
+/* $OpenBSD: in_proto.c,v 1.91 2018/11/19 10:15:04 claudio Exp $ */
/* $NetBSD: in_proto.c,v 1.14 1996/02/18 18:58:32 christos Exp $ */
/*
@@ -443,7 +443,6 @@ struct domain inetdomain = {
.dom_name = "internet",
.dom_protosw = inetsw,
.dom_protoswNPROTOSW = &inetsw[nitems(inetsw)],
- .dom_rtkeylen = sizeof(struct sockaddr_in),
.dom_rtoffset = offsetof(struct sockaddr_in, sin_addr),
.dom_maxplen = 32
};