Make this compile again.

This commit is contained in:
tsubai 2001-07-22 14:20:13 +00:00
parent c4d9b998af
commit f9493fa115
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.16 2001/06/24 05:00:28 msaitoh Exp $ */
/* $NetBSD: clock.c,v 1.17 2001/07/22 14:20:13 tsubai Exp $ */
/*-
* Copyright (c) 1993, 1994 Charles Hannum.
@ -141,6 +141,7 @@ microtime(tvp)
struct timeval *tvp;
{
int s = splclock();
long diff;
static struct timeval lasttime;
static u_long numerator = 0;
static u_long denominator = 0;