mirror of
https://github.com/mudler/luet.git
synced 2025-09-22 11:38:12 +00:00
This reverts commit db8e3da01f
.
This commit is contained in:
committed by
GitHub
parent
db8e3da01f
commit
f8350a2f07
12
vendor/github.com/moby/term/termios_nonbsd.go
generated
vendored
12
vendor/github.com/moby/term/termios_nonbsd.go
generated
vendored
@@ -1,12 +0,0 @@
|
||||
//+build !darwin,!freebsd,!netbsd,!openbsd,!windows
|
||||
|
||||
package term
|
||||
|
||||
import (
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
const (
|
||||
getTermios = unix.TCGETS
|
||||
setTermios = unix.TCSETS
|
||||
)
|
Reference in New Issue
Block a user