You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
398 B
12 lines
398 B
|
5 years ago
|
Index: pkg/mod/github.com/pkg/term@v1.1.0/termios/pty_freebsd.go
|
||
|
|
--- pkg/mod/github.com/pkg/term@v1.1.0/termios/pty_freebsd.go.orig 2021-02-27 09:49:45.000000000 +0100
|
||
|
|
+++ pkg/mod/github.com/pkg/term@v1.1.0/termios/pty_freebsd.go 2021-02-27 09:50:35.486880000 +0100
|
||
|
|
@@ -3,6 +3,7 @@
|
||
|
|
import (
|
||
|
|
"fmt"
|
||
|
|
"unsafe"
|
||
|
|
+ "golang.org/x/sys/unix"
|
||
|
|
)
|
||
|
|
|
||
|
|
func posix_openpt(oflag int) (fd uintptr, err error) {
|