Subject: CVS commit: basesrc/usr.bin/audio/common
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 10/13/2002 03:59:45
Module Name: basesrc
Committed By: mrg
Date: Sun Oct 13 00:59:45 UTC 2002
Modified Files:
basesrc/usr.bin/audio/common: Makefile auconv.h
Removed Files:
basesrc/usr.bin/audio/common: auconv.c
Log Message:
inline the contents of auconv.c into auconv.h. this makes audiorecord(1)
slightly smaller (about 200 bytes on x86) and i would guess slightly faster.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/audio/common/Makefile
cvs rdiff -r1.1 -r0 basesrc/usr.bin/audio/common/auconv.c
cvs rdiff -r1.1 -r1.2 basesrc/usr.bin/audio/common/auconv.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.