=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/file.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/sndiod/file.c 2013/11/18 17:37:45 1.4 --- src/usr.bin/sndiod/file.c 2014/03/17 17:17:01 1.5 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.4 2013/11/18 17:37:45 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.5 2014/03/17 17:17:01 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 207,213 **** void file_log(struct file *f) { ! static char *states[] = { "ini", "bus", "clo", "zom" }; log_puts(f->ops->name); if (log_level >= 3) { --- 207,213 ---- void file_log(struct file *f) { ! static char *states[] = { "ini", "zom" }; log_puts(f->ops->name); if (log_level >= 3) {