CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/14 03:46:36
Modified files:
usr.bin/aucat : abuf.c abuf.h
Log message:
add a bytes counter to abuf structures to count the number of
bytes that entered the FIFO. The counter may overflow, so it
should be used with "modulo 2^32" arithmetic. The counter will
be used later to synchronize playback to record. No behaviour
change.
ok jakemsr
