mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
term: do not put the unused c_line field in C.termios in declarations_linux.c.v (breaks BSD build)
This commit is contained in:
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
Block a user