From: florian Date: Mon, 3 Jun 2024 18:10:04 +0000 (+0000) Subject: gc v4 struct X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=28a160f9a134f39abf117c3eae4918c6f3d4e960;p=openbsd gc v4 struct --- diff --git a/sbin/dhcp6leased/dhcp6leased.h b/sbin/dhcp6leased/dhcp6leased.h index ae85aa92ad2..7a4b3ece1aa 100644 --- a/sbin/dhcp6leased/dhcp6leased.h +++ b/sbin/dhcp6leased/dhcp6leased.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp6leased.h,v 1.4 2024/06/03 11:08:31 florian Exp $ */ +/* $OpenBSD: dhcp6leased.h,v 1.5 2024/06/03 18:10:04 florian Exp $ */ /* * Copyright (c) 2017, 2021 Florian Obser @@ -221,13 +221,6 @@ struct imsg_ifinfo { char lease[LEASE_SIZE]; }; -struct imsg_propose_rdns { - uint32_t if_index; - int rdomain; - int rdns_count; - struct in_addr rdns[MAX_RDNS_COUNT]; -}; - struct imsg_dhcp { uint32_t if_index; ssize_t len;