Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/stty



Module Name:    src
Committed By:   christos
Date:           Fri Sep  6 16:28:53 UTC 2019

Modified Files:
        src/bin/stty: stty.c

Log Message:
Don't fail when the line discipline ioctl fails (since it secondary
like the other tty ioctls that we only warn about). Do the main
ioctl (tcgetattr) first, since that provides a better error message
(ENOTTY instead of EINVAL).


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/bin/stty/stty.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index