=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/file.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/sndiod/file.c 2016/06/30 21:37:29 1.22 --- src/usr.bin/sndiod/file.c 2016/10/27 04:37:47 1.23 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.22 2016/06/30 21:37:29 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.23 2016/10/27 04:37:47 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 376,383 **** } /* ! * Sleep. Calculate the number off milliseconds poll(2) must ! * wait before the timo_update() needs to be called. If there're * no timeouts scheduled, then call poll(2) with infinite * timeout (i.e -1). */ --- 376,383 ---- } /* ! * Sleep. Calculate the number of milliseconds poll(2) must ! * wait before the timo_update() needs to be called. If there are * no timeouts scheduled, then call poll(2) with infinite * timeout (i.e -1). */