summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2004-08-24 05:15:50 +0000
committermickey <mickey@openbsd.org>2004-08-24 05:15:50 +0000
commita33bff6dc944ab3e8a6c965b7c1019e7c57240f7 (patch)
treec0c861aef6cc341e20a25a724a0e826813033c6c /sys
parentadapt uvm_km_pages_lowat to physmem. thanks testers. ok deraadt@ (diff)
downloadwireguard-openbsd-a33bff6dc944ab3e8a6c965b7c1019e7c57240f7.tar.xz
wireguard-openbsd-a33bff6dc944ab3e8a6c965b7c1019e7c57240f7.zip
fix the microtime renaming leftover; from Emil Mikulic <g5ba9cd0@dmr.ath.cx>; pr3893; deraadt@ ok
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c
index 6fda267a250..cc186863b32 100644
--- a/sys/arch/i386/i386/machdep.c
+++ b/sys/arch/i386/i386/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.308 2004/07/16 06:02:47 david Exp $ */
+/* $OpenBSD: machdep.c,v 1.309 2004/08/24 05:15:50 mickey Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@ -2465,7 +2465,7 @@ dumpsys()
* for HZ=100.
*/
void
-microtime(tvp)
+i8254_microtime(tvp)
register struct timeval *tvp;
{
int s = splhigh();