Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/sommerfeld_i386mp_1]: src/sys/arch/i386/include Patch from Matt Debergal...
details: https://anonhg.NetBSD.org/src/rev/9203dd3a349b
branches: sommerfeld_i386mp_1
changeset: 482203:9203dd3a349b
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Thu Feb 24 05:09:26 2000 +0000
description:
Patch from Matt Debergalis to un-break bootblock build
diffstat:
sys/arch/i386/include/cpu.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3621e3368797 -r 9203dd3a349b sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h Wed Feb 23 12:28:26 2000 +0000
+++ b/sys/arch/i386/include/cpu.h Thu Feb 24 05:09:26 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.59.2.2 2000/02/21 18:46:14 sommerfeld Exp $ */
+/* $NetBSD: cpu.h,v 1.59.2.3 2000/02/24 05:09:26 sommerfeld Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -191,6 +191,7 @@
* We need a machine-independent name for this.
*/
extern void (*delay_func) __P((int));
+struct timeval;
extern void (*microtime_func) __P((struct timeval *));
#define DELAY(x) (*delay_func)(x)
Home |
Main Index |
Thread Index |
Old Index