summaryrefslogtreecommitdiffstats
path: root/text-utils/rev.c
diff options
context:
space:
mode:
authorKarel Zak2010-10-22 21:24:50 +0200
committerKarel Zak2010-10-26 23:31:57 +0200
commite98f4af950a64db188e0a9f3eed20fefaa463a99 (patch)
treecbfc13f8d809252fffae56d8138d7c318088957a /text-utils/rev.c
parentfsck: add support for whole-disk locking (-l option) (diff)
downloadkernel-qcow2-util-linux-e98f4af950a64db188e0a9f3eed20fefaa463a99.tar.gz
kernel-qcow2-util-linux-e98f4af950a64db188e0a9f3eed20fefaa463a99.tar.xz
kernel-qcow2-util-linux-e98f4af950a64db188e0a9f3eed20fefaa463a99.zip
agetty: fix -s option (baud rate setup)
The problem is pretty visible in strace output: broken version: ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 opost isig icanon echo ...}) = 0 [...] ioctl(0, SNDCTL_TMR_START or TCSETS, {B0 -opost -isig -icanon -echo ...}) = 0 ^^^ fixed version: ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B115200 opost isig icanon echo ...}) = 0 [...] ioctl(0, SNDCTL_TMR_START or TCSETS, {B115200 -opost -isig -icanon -echo ...}) = 0 Reported-by: Jon Masters <jcm@redhat.com> Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=645640 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils/rev.c')
0 files changed, 0 insertions, 0 deletions