=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/miofile.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/aucat/Attic/miofile.c 2012/05/23 19:25:11 1.8 +++ src/usr.bin/aucat/Attic/miofile.c 2012/06/27 06:46:44 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: miofile.c,v 1.8 2012/05/23 19:25:11 ratchov Exp $ */ +/* $OpenBSD: miofile.c,v 1.9 2012/06/27 06:46:44 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -158,5 +158,5 @@ void miofile_close(struct file *file) { - return mio_close(((struct miofile *)file)->hdl); + mio_close(((struct miofile *)file)->hdl); }