Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/evbppc Include <sys/disk.h> to get "struct d...



details:   https://anonhg.NetBSD.org/src/rev/74ab18a91aa2
branches:  trunk
changeset: 547070:74ab18a91aa2
user:      he <he%NetBSD.org@localhost>
date:      Mon May 12 14:46:13 2003 +0000

description:
Include <sys/disk.h> to get "struct disk" defined.

Approved by thorpej

diffstat:

 sys/arch/evbppc/evbppc/disksubr.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1f9c60510b19 -r 74ab18a91aa2 sys/arch/evbppc/evbppc/disksubr.c
--- a/sys/arch/evbppc/evbppc/disksubr.c Mon May 12 14:35:54 2003 +0000
+++ b/sys/arch/evbppc/evbppc/disksubr.c Mon May 12 14:46:13 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.4 2003/05/10 23:12:32 thorpej Exp $     */
+/*     $NetBSD: disksubr.c,v 1.5 2003/05/12 14:46:13 he Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -39,6 +39,7 @@
 #include <sys/systm.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
+#include <sys/disk.h>
 #include <sys/syslog.h>
 
 /*



Home | Main Index | Thread Index | Old Index