Prefer explicit ints to implicit ints in the prototype as well as in

the function definition.
This commit is contained in:
mux 2004-05-10 11:17:20 +00:00
parent 508179cc6e
commit c0e591618f

View File

@ -52,7 +52,7 @@
#define CTR_LIMIT 0x08
static unsigned counter_get_timecount(struct timecounter *tc);
static unsigned int counter_get_timecount(struct timecounter *tc);
struct ct_softc {
bus_space_tag_t sc_tag;