summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/stand/libsa/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/time.c b/sys/arch/hppa/stand/libsa/time.c
index 81311f9fb9d..41e5c699f1f 100644
--- a/sys/arch/hppa/stand/libsa/time.c
+++ b/sys/arch/hppa/stand/libsa/time.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: time.c,v 1.1 1998/06/23 18:46:42 mickey Exp $ */
+/* $OpenBSD: time.c,v 1.2 1998/07/14 17:19:33 mickey Exp $ */
/* $NOWHERE: time.c,v 2.2 1998/06/23 05:26:53 mickey Exp $ */
/*
@@ -53,7 +53,7 @@ getsecs()
tt = ((struct pdc_tod *)pdcbuf)->sec;
#ifdef DEBUG
if (debug && tt < 800000000)
- printf("getsecs: got %lu seconds\n", tt);
+ printf("getsecs: got %u seconds\n", tt);
#endif
}