From b5e0ae3fc4d07f3aec28010ff34052010f6be2fc Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 29 Dec 1994 03:48:38 +0000 Subject: [PATCH] microtime() returns void. --- sys/arch/hp300/hp300/clock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/hp300/hp300/clock.c b/sys/arch/hp300/hp300/clock.c index 37f497e9eb30..5de1834f2d14 100644 --- a/sys/arch/hp300/hp300/clock.c +++ b/sys/arch/hp300/hp300/clock.c @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.12 1994/10/26 07:25:23 cgd Exp $ */ +/* $NetBSD: clock.c,v 1.13 1994/12/29 03:48:38 mycroft Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -222,6 +222,7 @@ statintr(fp) /* * Return the best possible estimate of the current time. */ +void microtime(tvp) register struct timeval *tvp; {