=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/file.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/aucat/Attic/file.c 2008/12/29 17:59:08 1.9 +++ src/usr.bin/aucat/Attic/file.c 2009/01/23 17:38:15 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.9 2008/12/29 17:59:08 ratchov Exp $ */ +/* $OpenBSD: file.c,v 1.10 2009/01/23 17:38:15 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -261,7 +261,7 @@ filelist_unlisten(void) { struct file *f, *fnext; - + for (f = LIST_FIRST(&file_list); f != NULL; f = fnext) { fnext = LIST_NEXT(f, entry); if (f->ops == &listen_ops)