From 25879b675b6dd8be276b51e0185f28fe62a5bdb3 Mon Sep 17 00:00:00 2001 From: scottr Date: Tue, 30 Jan 1996 23:15:01 +0000 Subject: [PATCH] Resolve return type conflict for microtime(); closes PR #1835. --- sys/arch/i386/i386/machdep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 46a1e5bf5343..3f1c6e1d6836 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.185 1996/01/08 20:12:20 mycroft Exp $ */ +/* $NetBSD: machdep.c,v 1.186 1996/01/30 23:15:01 scottr Exp $ */ /*- * Copyright (c) 1993, 1994, 1995 Charles M. Hannum. All rights reserved. @@ -905,6 +905,7 @@ dumpsys() * /sys/i386/i386/microtime.s is used. The other code only works * for HZ=100. */ +void microtime(tvp) register struct timeval *tvp; {