]> Cypherpunks repositories - gostls13.git/commit
Revert "os: add support for long path names on unix RemoveAll"
authorKatie Hockman <katie@golang.org>
Tue, 30 Oct 2018 16:42:55 +0000 (16:42 +0000)
committerKatie Hockman <katie@golang.org>
Tue, 30 Oct 2018 16:54:49 +0000 (16:54 +0000)
commit0e0f7986241ad035ff5469d424a8c87bcb5b3873
tree8a03a84f021ea0b348f5c16536fb7cb1a4f93087
parent08816cb8d7ed16b9c804587ff02c1ad1c3af6cd5
Revert "os: add support for long path names on unix RemoveAll"

This reverts commit 85143d355493c6bba994d49ed154b4df8b78874b.

Reason for revert: Breaking all Darwin and FreeBSD builds. Trybots did not pass for this.

Change-Id: I5494e14ad5ab9cf6e1e225a25b2e8b38f3359d13
Reviewed-on: https://go-review.googlesource.com/c/145897
Reviewed-by: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
16 files changed:
src/internal/syscall/unix/at.go [deleted file]
src/internal/syscall/unix/at_sysnum_darwin.go [deleted file]
src/internal/syscall/unix/at_sysnum_dragonfly.go [deleted file]
src/internal/syscall/unix/at_sysnum_freebsd.go [deleted file]
src/internal/syscall/unix/at_sysnum_fstatat64_linux.go [deleted file]
src/internal/syscall/unix/at_sysnum_fstatat_linux.go [deleted file]
src/internal/syscall/unix/at_sysnum_linux.go [deleted file]
src/internal/syscall/unix/at_sysnum_netbsd.go [deleted file]
src/internal/syscall/unix/at_sysnum_newfstatat_linux.go [deleted file]
src/internal/syscall/unix/at_sysnum_openbsd.go [deleted file]
src/os/path.go
src/os/path_test.go
src/os/path_unix.go
src/os/removeall_at.go [deleted file]
src/os/removeall_noat.go [deleted file]
src/os/removeall_test.go [deleted file]