updated vendored kr/pty to the current master + Solaris support:

https://github.com/kr/pty/pull/64
This commit is contained in:
Fazal Majid
2018-12-27 17:28:06 -08:00
parent a080c85cbc
commit 5c2242422a
18 changed files with 510 additions and 26 deletions

2
vendor/github.com/kr/pty/ioctl.go generated vendored
View File

@@ -1,3 +1,5 @@
// +build !windows,!solaris
package pty
import "syscall"