From b6e1ae21643682ce023deb8d152024597b0e9bb4 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 18 Sep 2017 17:00:50 +0200 Subject: [PATCH] unix: remove _SC_PAGESIZE on Solaris CL 62111 removed the _SC_PAGESIZE definition from the types_*.go files but did not re-generate ztypes_solaris_amd64.go. Do so now to get rid of _SC_PAGESIZE there as well. Change-Id: Icde4366f4b7a92e8a89170ad00ff2b807e7655e1 Reviewed-on: https://go-review.googlesource.com/64350 Reviewed-by: Ian Lance Taylor --- unix/ztypes_solaris_amd64.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/unix/ztypes_solaris_amd64.go b/unix/ztypes_solaris_amd64.go index 92336f9f9..a979a33d5 100644 --- a/unix/ztypes_solaris_amd64.go +++ b/unix/ztypes_solaris_amd64.go @@ -413,8 +413,6 @@ type BpfHdr struct { Pad_cgo_0 [2]byte } -const _SC_PAGESIZE = 0xb - type Termios struct { Iflag uint32 Oflag uint32