Commit 61df38b8 authored by Nikodemus Siivola's avatar Nikodemus Siivola
Browse files

TIOCNOTTY is there on BSD as well

parent 37b1c84c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -522,8 +522,10 @@

#+(or linux bsd)
(progn
  ;; FIXME: Others too probaly exist on BSD hosts as well.
  (constant (tiocgwinsz "TIOCGWINSZ"))
  (constant (tiocswinsz "TIOCSWINSZ")))
  (constant (tiocswinsz "TIOCSWINSZ"))
  (constant (tiocnotty "TIOCNOTTY")))

;;;; from termios.h

@@ -689,7 +691,6 @@
  (constant (tiocsserial "TIOCSSERIAL"))
  (constant (tiocpkt "TIOCPKT"))
  (constant (fionbio "FIONBIO"))
  (constant (tiocnotty "TIOCNOTTY"))
  (constant (tiocsetd "TIOCSETD"))
  (constant (tiocgetd "TIOCGETD"))
  (constant (tcsbrkp "TCSBRKP"))