CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/14 03:39:16
Modified files:
usr.bin/aucat : abuf.c abuf.h aproc.c conf.h
Log message:
factor code that discards data from abuf strucure into a single
abuf_rdiscard() routine. Similarly add abuf_wcommit() routine for
writing. The purpose is to stop manupulating FIFO pointers in
various places outiside abuf.c, its too error prone.
No behaviour change.
ok jakemsr
