summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-05-10 11:17:20 +0000
committermux <mux@FreeBSD.org>2004-05-10 11:17:20 +0000
commitc0e591618f6ada4b76f30c817a4cc397fe404519 (patch)
tree6078f47dfba492e37c2da5f5d97a5fa1f5d4a4dc /sys/sparc64
parent508179cc6ec4953a9fa05d7f215ab66cba914574 (diff)
downloadFreeBSD-src-c0e591618f6ada4b76f30c817a4cc397fe404519.zip
FreeBSD-src-c0e591618f6ada4b76f30c817a4cc397fe404519.tar.gz
Prefer explicit ints to implicit ints in the prototype as well as in
the function definition.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/counter.c b/sys/sparc64/sparc64/counter.c
index 5646507..ea65497 100644
--- a/sys/sparc64/sparc64/counter.c
+++ b/sys/sparc64/sparc64/counter.c
@@ -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;
OpenPOWER on IntegriCloud