Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/sun3/dev Apply patch (requested by toddpw):
details: https://anonhg.NetBSD.org/src/rev/b0ee49495c32
branches: netbsd-1-4
changeset: 470443:b0ee49495c32
user: he <he%NetBSD.org@localhost>
date: Tue Feb 29 23:47:10 2000 +0000
description:
Apply patch (requested by toddpw):
Fix a compile-time error.
diffstat:
sys/arch/sun3/dev/md_root.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b090d61c7cf8 -r b0ee49495c32 sys/arch/sun3/dev/md_root.c
--- a/sys/arch/sun3/dev/md_root.c Tue Feb 29 23:43:15 2000 +0000
+++ b/sys/arch/sun3/dev/md_root.c Tue Feb 29 23:47:10 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md_root.c,v 1.10 1999/03/17 18:59:23 sommerfe Exp $ */
+/* $NetBSD: md_root.c,v 1.10.2.1 2000/02/29 23:47:10 he Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
#include <sys/param.h>
#include <sys/reboot.h>
+#include <sys/systm.h>
#include <dev/md.h>
Home |
Main Index |
Thread Index |
Old Index