Subject: CVS commit: basesrc/usr.bin/audio/ctl
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/27/2002 20:21:52
Module Name:	basesrc
Committed By:	jdolecek
Date:		Sun Jan 27 18:21:52 UTC 2002

Modified Files:
	basesrc/usr.bin/audio/ctl: ctl.c

Log Message:
Delete the old code which made audioctl use stderr for output
if the stdout was same as the audio device. It's no longer relevant,
and the check was broken anyway (code used st_dev rather than st_rdev
when comparing the character devices).
A by-product of this is that 'audioctl -a > /dev/null' now works.

Okay'ed by Lennart.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 basesrc/usr.bin/audio/ctl/ctl.c

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