init: fix termios settings for character size
authorAlan Cox <alan@linux.intel.com>
Sat, 6 Oct 2018 17:07:14 +0000 (18:07 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 6 Oct 2018 17:07:14 +0000 (18:07 +0100)
commit7b243f8f7df506a1b3171f9aafb5d1269571b58f
tree5ced6868446e9fb5198c075b1b857cd73507e125
parentebeb0cf80d9cf69f53e178645f8442660d90ae87
init: fix termios settings for character size

The termios code in init forgets to set the character width in bits so defaults
to 5 bit chars. Needless to say now we have implemented character widths in
termios settings in some drivers this does not end well.
Applications/util/init.c