summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-06 17:15:10 -0800
committerGitHub <noreply@github.com>2019-01-06 17:15:10 -0800
commit49a474c4b747bb83e36cda335ac3ae1ce5ae9f0a (patch)
treed4ebfb820c474826c213e00a833222313efd4433 /vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go
parent4e0c0ecbc383531cd1b38db9027583974a72070d (diff)
parentba89a058882f1027226943fe2ef614930ab60f8e (diff)
downloadpodman-49a474c4b747bb83e36cda335ac3ae1ce5ae9f0a.tar.gz
podman-49a474c4b747bb83e36cda335ac3ae1ce5ae9f0a.tar.bz2
podman-49a474c4b747bb83e36cda335ac3ae1ce5ae9f0a.zip
Merge pull request #2090 from rhatdan/buildah
Vendor in latest containers/buildah code
Diffstat (limited to 'vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go')
-rw-r--r--vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go b/vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go
deleted file mode 100644
index ebb3fe87c..000000000
--- a/vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// +build linux solaris
-// +build !appengine
-
-package pb
-
-const ioctlReadTermios = 0x5401 // syscall.TCGETS
-const ioctlWriteTermios = 0x5402 // syscall.TCSETS