diff --git a/unix/syscall_hurd.go b/unix/syscall_hurd.go index 93aa4208..4ffb6480 100644 --- a/unix/syscall_hurd.go +++ b/unix/syscall_hurd.go @@ -20,4 +20,3 @@ func ioctl(fd int, req uint, arg uintptr) (err error) { } return } - diff --git a/unix/syscall_hurd_386.go b/unix/syscall_hurd_386.go index 44f3c4bb..7cf54a3e 100644 --- a/unix/syscall_hurd_386.go +++ b/unix/syscall_hurd_386.go @@ -8,7 +8,7 @@ package unix const ( - TIOCGETA = 0x62251713 + TIOCGETA = 0x62251713 ) type Winsize struct {