1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

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

the function definition.
This commit is contained in:
Maxime Henrion 2004-05-10 11:17:20 +00:00
parent 406e2f168e
commit d170b1ebab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129084

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;