1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-20 17:32:57 +00:00
mondash/cmd/mondash-nagios/vendor/github.com/sirupsen/logrus/terminal_bsd.go
Knut Ahlers e56709f7fa
Add mondash-nagios wrapper
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-20 19:59:23 +01:00

11 lines
186 B
Go

// +build darwin freebsd openbsd netbsd dragonfly
// +build !appengine
package logrus
import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TIOCGETA
type Termios unix.Termios