]> Cypherpunks repositories - gostls13.git/commit
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t on...
authorYuval Pavel Zholkover <paulzhol@gmail.com>
Sat, 29 Dec 2018 12:27:15 +0000 (14:27 +0200)
committerIan Lance Taylor <iant@golang.org>
Sun, 30 Dec 2018 19:36:52 +0000 (19:36 +0000)
commit480373c7560cd64e4b6c624d84e9d0de6d72c076
tree58e4897121e409b9db171ac1f1dedb21e52f7427
parentf4f1b14ab497539bc2fd326965c8a4b40bbae49d
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t on FreeBSD

CL 138595 introduced the new names when the hardcoded stat8 definitions was replaced
with a cgo generated one.

Fixes #29393
Updates #22448

Change-Id: I6309958306329ff301c17344b2e0ead0cc874224
Reviewed-on: https://go-review.googlesource.com/c/155958
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
api/except.txt
api/go1.12.txt
src/archive/tar/stat_actime1.go
src/archive/tar/stat_actime2.go
src/os/stat_freebsd.go
src/syscall/mkpost.go
src/syscall/syscall_freebsd.go
src/syscall/ztypes_freebsd_386.go
src/syscall/ztypes_freebsd_amd64.go
src/syscall/ztypes_freebsd_arm.go