from Remco <remco at d-compu.dyndns.org>, thanks!
-/* $OpenBSD: mio_rmidi.c,v 1.6 2010/04/24 06:15:54 ratchov Exp $ */
+/* $OpenBSD: mio_rmidi.c,v 1.7 2010/07/21 23:00:16 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
if (errno != EAGAIN) {
DPERROR("rmidi_write: write");
hdl->mio.eof = 1;
- return 0;
}
return 0;
}
-/* $OpenBSD: mio_thru.c,v 1.9 2010/07/06 01:12:45 ratchov Exp $ */
+/* $OpenBSD: mio_thru.c,v 1.10 2010/07/21 23:00:16 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
if (errno != EAGAIN) {
DPERROR("thru_write: write");
hdl->mio.eof = 1;
- return 0;
}
return 0;
}
-/* $OpenBSD: sun.c,v 1.38 2010/07/15 03:43:11 jakemsr Exp $ */
+/* $OpenBSD: sun.c,v 1.39 2010/07/21 23:00:16 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
if (errno != EAGAIN) {
DPERROR("sun_write: write");
hdl->sio.eof = 1;
- return 0;
}
return 0;
}