Patch from piero@strider.st.dsi.unimi.it (Piero Serini):
authorDavid Greenman <davidg@Root.COM>
Wed, 2 Feb 1994 11:25:24 +0000 (11:25 +0000)
committerDavid Greenman <davidg@Root.COM>
Wed, 2 Feb 1994 11:25:24 +0000 (11:25 +0000)
commitc0269b3435c7ade32a7f2d17e61d5728138daa1f
tree6fc51e6283830d42372180836931d4dc1268bd2e
parent24957200b19df4846a26b2e7ca8162bd9d1c2921
Patch from piero@strider.st.dsi.unimi.it (Piero Serini):

Description:
running /bin/stty to change a cchar from its value to <undef>
willnot work, and will set that cchar's value to "u".
Repeat-By:
$ stty discard undef
$ stty -a
...
cchars: discard = u ; dsusp = ^O; eof = ^D; eol = <undef>;
...
Fix:
(deleted)
bin/stty/cchar.c