From 2b11e6ba75e3d41cc16c58a8ee95525d3b2b7447 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Tue, 27 Dec 2022 16:04:20 +1100 Subject: [PATCH] unix: remove Mclpool from openbsd types This struct was removed from the OpenBSD headers more than eight years ago (r1.157 of net/if.h). Change-Id: Ic2d1b3325dc5d00859584b3756a9f7c56b4ec417 Reviewed-on: https://go-review.googlesource.com/c/sys/+/459498 Reviewed-by: Dmitri Shuralyov Reviewed-by: Tobias Klauser Run-TryBot: Ian Lance Taylor Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- unix/types_openbsd.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/unix/types_openbsd.go b/unix/types_openbsd.go index 4a4ba6365..8cdd8fa0a 100644 --- a/unix/types_openbsd.go +++ b/unix/types_openbsd.go @@ -209,8 +209,6 @@ type RtMsghdr C.struct_rt_msghdr type RtMetrics C.struct_rt_metrics -type Mclpool C.struct_mclpool - // Berkeley packet filter const (