]> Cypherpunks repositories - gostls13.git/commit
os: drop special case for FreeBSD 10.4 in newFile
authorTobias Klauser <tklauser@distanz.ch>
Thu, 7 Mar 2019 07:41:02 +0000 (08:41 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 12 Mar 2019 06:33:01 +0000 (06:33 +0000)
commit21a634e2e91752aa61b4e4a008ec500eeb4ee462
tree5e05aa6c2137c739057fd445d9dc1d60bca8a134
parent9fedec79ed2da83fe33cad8e6cf6a28d23948f27
os: drop special case for FreeBSD 10.4 in newFile

Support for FreeBSD 10 will be dropped with Go 1.13, so revert the
workaround introduced in CL 157099.

Updates #29633
Updates #27619

Change-Id: I1a2e50d3f807a411389f3db07c0f4535a590da02
Reviewed-on: https://go-review.googlesource.com/c/go/+/165801
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/os/file_unix.go