Subject: CVS commit: basesrc/usr.bin/audio/play
To: None <source-changes@netbsd.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 01/13/2002 06:43:19
Module Name: basesrc
Committed By: ross
Date: Sun Jan 13 04:43:19 UTC 2002
Modified Files:
basesrc/usr.bin/audio/play: Makefile play.c
Log Message:
Rototill play_fd() to fix some original problems and some added later.
Also, fix up for and enable WARNS=2. This fixes problems playing from
pipes or standard input, and playing from funny filesystems or other
cases that can't be mmap(2)ed.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/usr.bin/audio/play/Makefile
cvs rdiff -r1.26 -r1.27 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.