Skip to content

Commit 2b11e6b

Browse files
committed
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 <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 7c6badc commit 2b11e6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unix/types_openbsd.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ type RtMsghdr C.struct_rt_msghdr
209209

210210
type RtMetrics C.struct_rt_metrics
211211

212-
type Mclpool C.struct_mclpool
213-
214212
// Berkeley packet filter
215213

216214
const (

0 commit comments

Comments
 (0)