Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: isaki
Date: Thu Jul 27 08:28:18 UTC 2017
Modified Files:
src/sys/dev: audio.c audiovar.h
Log Message:
Improve in #ifdef AUDIO_INTR_TIME.
Stop 19 years old weird #define, stop signed/unsigned mixing,
use int64_t instead of (u_)long to avoid integer overflow,
rearrange definitions in header, and fix indent.
To generate a diff of this commit:
cvs rdiff -u -r1.369 -r1.370 src/sys/dev/audio.c
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/audiovar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index