From: Mikio Hara Date: Mon, 5 May 2014 22:22:10 +0000 (+0900) Subject: syscall: add missing TIOCGSID for openbsd/386 X-Git-Tag: go1.3beta2~143 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0462d091e2a1f41b5a0589510bda25aaebe12f87;p=gostls13.git syscall: add missing TIOCGSID for openbsd/386 The previous syscall constants regeneration on openbsd was conducted with OpenBSD current 3 months ago and it missed updating openbsd/386. This CL adds TIOCGSID for fixing the inconsistency between opensbd/amd64 and openbsd/386. Update #7049 LGTM=iant R=jsing, rsc, iant CC=golang-codereviews https://golang.org/cl/96960044 --- diff --git a/src/pkg/syscall/zerrors_openbsd_386.go b/src/pkg/syscall/zerrors_openbsd_386.go index c52a67c37d..c512bc2ce9 100644 --- a/src/pkg/syscall/zerrors_openbsd_386.go +++ b/src/pkg/syscall/zerrors_openbsd_386.go @@ -1228,6 +1228,7 @@ const ( TIOCGETD = 0x4004741a TIOCGFLAGS = 0x4004745d TIOCGPGRP = 0x40047477 + TIOCGSID = 0x40047463 TIOCGTSTAMP = 0x400c745b TIOCGWINSZ = 0x40087468 TIOCMBIC = 0x8004746b