=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/abuf.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/sndiod/abuf.c 2015/02/16 06:11:33 1.3 --- src/usr.bin/sndiod/abuf.c 2016/01/08 16:17:31 1.4 *************** *** 1,4 **** ! /* $OpenBSD: abuf.c,v 1.3 2015/02/16 06:11:33 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: abuf.c,v 1.4 2016/01/08 16:17:31 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 53,59 **** void abuf_done(struct abuf *buf) { ! #ifdef DEBUG if (buf->used > 0) { if (log_level >= 3) { log_puts("deleting non-empty buffer, used = "); --- 53,59 ---- void abuf_done(struct abuf *buf) { ! #ifdef DEBUG if (buf->used > 0) { if (log_level >= 3) { log_puts("deleting non-empty buffer, used = ");