Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 11/06/1999 07:05:46
Module Name:	basesrc
Committed By:	kleink
Date:		Sat Nov  6 15:05:46 UTC 1999

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

Log Message:
* Don't treat failure to open a file as fatal error; print a warning to
  standard error, arrange for a non-zero exit status and continue with the
  next file.  Addresses PR bin/8748.
* GCC vs. ANSI: a cast doesn't yield an lvalue.
* Use MAP_FAILED.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/usr.bin/audio/play/play.c

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