This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via e0a627a303df094331381a6efaa5784a5d4c97f5 (commit)
from e262931bb794267aa0f1a420c848767800bed7c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e0a627a303df094331381a6efaa5784a5d4c97f5
Author: Guillem Jover <[email protected]>
Date: Tue Aug 30 03:09:29 2011 +0200
Cast function timeout() argument to fix a warning
* kern/mach_clock.h (timer_func_t): New function type.
(struct timer_elt): Change fcn type to timer_func_t.
* i386/i386at/com.c (comstart): Cast `ttrstrt' to `timer_funct_t *' in
`timeout' call.
* i386/i386at/lpr.c (lprstart): Likewise,
-----------------------------------------------------------------------
Summary of changes:
i386/i386at/com.c | 2 +-
i386/i386at/lpr.c | 2 +-
kern/mach_clock.h | 8 +++++---
3 files changed, 7 insertions(+), 5 deletions(-)
hooks/post-receive
--
GNU Mach