term: do not put the unused c_line field in C.termios in declarations_linux.c.v (breaks BSD build)
parent
166dd61e90
commit
c6ff687e8a
|
@ -6,6 +6,6 @@ mut:
|
|||
c_oflag int
|
||||
c_cflag int
|
||||
c_lflag int
|
||||
c_line byte
|
||||
c_cc [10]int
|
||||
// c_line byte
|
||||
c_cc [10]int
|
||||
}
|
||||
|
|
|
@ -6,6 +6,6 @@ mut:
|
|||
c_oflag int
|
||||
c_cflag int
|
||||
c_lflag int
|
||||
c_line byte
|
||||
c_cc [10]int
|
||||
// c_line byte
|
||||
c_cc [10]int
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue