mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-10 05:04:15 +08:00
Revert "AUTH-1941: Adds initial SSH server implementation"
This reverts commit e9c9bf3cbd.
This commit is contained in:
13
vendor/github.com/creack/pty/ioctl.go
generated
vendored
13
vendor/github.com/creack/pty/ioctl.go
generated
vendored
@@ -1,13 +0,0 @@
|
||||
// +build !windows,!solaris
|
||||
|
||||
package pty
|
||||
|
||||
import "syscall"
|
||||
|
||||
func ioctl(fd, cmd, ptr uintptr) error {
|
||||
_, _, e := syscall.Syscall(syscall.SYS_IOCTL, fd, cmd, ptr)
|
||||
if e != 0 {
|
||||
return e
|
||||
}
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user