Skip to content

Commit

Permalink
Merge pull request #116 from sean-/fix-illumos-v2
Browse files Browse the repository at this point in the history
Fix the v2 branch for Solaris/Illumos.
  • Loading branch information
cheggaaa committed Nov 29, 2017
2 parents 72576f8 + 9af190b commit 1e4033b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion termutil/term_linux.go
@@ -1,4 +1,4 @@
// +build linux solaris
// +build linux
// +build !appengine

package termutil
Expand Down
2 changes: 2 additions & 0 deletions termutil/term_solaris.go
Expand Up @@ -3,4 +3,6 @@

package termutil

const ioctlReadTermios = 0x5401 // syscall.TCGETS
const ioctlWriteTermios = 0x5402 // syscall.TCSETS
const sysIoctl = 54

0 comments on commit 1e4033b

Please sign in to comment.