term: do not put the unused c_line field in C.termios in declarations_linux.c.v (breaks BSD build)

pull/11419/head
Delyan Angelov 2021-09-06 19:15:47 +03:00
parent 166dd61e90
commit c6ff687e8a
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
2 changed files with 4 additions and 4 deletions

View File

@ -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
}

View File

@ -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
}