Vendorized libs
This commit is contained in:
8
vendor/github.com/Sirupsen/logrus/terminal_openbsd.go
generated
vendored
Normal file
8
vendor/github.com/Sirupsen/logrus/terminal_openbsd.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
package logrus
|
||||
|
||||
import "syscall"
|
||||
|
||||
const ioctlReadTermios = syscall.TIOCGETA
|
||||
|
||||
type Termios syscall.Termios
|
||||
Reference in New Issue
Block a user