mirror of
https://github.com/containers/podman.git
synced 2025-08-02 17:22:30 +08:00

Also update to c/image after https://github.com/containers/image/pull/1821 , so that we don't ship two versions of the package simultaneously. [NO NEW TESTS NEEDED] Signed-off-by: Miloslav Trmač <mitr@redhat.com>
8 lines
152 B
Go
8 lines
152 B
Go
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
|
|
|
|
package cwriter
|
|
|
|
import "golang.org/x/sys/unix"
|
|
|
|
const ioctlReadTermios = unix.TIOCGETA
|