Skip to content

Commit

Permalink
unix: remove Mclpool from openbsd types
Browse files Browse the repository at this point in the history
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 <dmitshur@google.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
4a6f656c committed Dec 30, 2022
1 parent 7c6badc commit 2b11e6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unix/types_openbsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 2b11e6b

Please sign in to comment.