Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Make this compile again (on i386).



details:   https://anonhg.NetBSD.org/src/rev/fbded38f86b7
branches:  trunk
changeset: 499875:fbded38f86b7
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri Dec 01 04:37:54 2000 +0000

description:
Make this compile again (on i386).

diffstat:

 sys/dev/ic/ncr53c9x.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 08e29068547a -r fbded38f86b7 sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c     Fri Dec 01 02:33:32 2000 +0000
+++ b/sys/dev/ic/ncr53c9x.c     Fri Dec 01 04:37:54 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr53c9x.c,v 1.59 2000/11/30 23:21:39 pk Exp $ */
+/*     $NetBSD: ncr53c9x.c,v 1.60 2000/12/01 04:37:54 augustss Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -86,6 +86,7 @@
 #include <sys/device.h>
 #include <sys/buf.h>
 #include <sys/malloc.h>
+#include <sys/proc.h>
 #include <sys/queue.h>
 #include <sys/pool.h>
 #include <sys/scsiio.h>



Home | Main Index | Thread Index | Old Index