Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/pmax Need to pull in <sys/kernel.h> for defini...



details:   https://anonhg.NetBSD.org/src/rev/cdcf272deb08
branches:  trunk
changeset: 476584:cdcf272deb08
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Sep 21 00:10:39 1999 +0000

description:
Need to pull in <sys/kernel.h> for definition of cold.

diffstat:

 sys/arch/pmax/pmax/autoconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3e9973502caa -r cdcf272deb08 sys/arch/pmax/pmax/autoconf.c
--- a/sys/arch/pmax/pmax/autoconf.c     Tue Sep 21 00:07:03 1999 +0000
+++ b/sys/arch/pmax/pmax/autoconf.c     Tue Sep 21 00:10:39 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.40 1999/09/20 18:29:21 thorpej Exp $    */
+/*     $NetBSD: autoconf.c,v 1.41 1999/09/21 00:10:39 matt Exp $       */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.40 1999/09/20 18:29:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.41 1999/09/21 00:10:39 matt Exp $");
 
 /*
  * Setup the system to run on the current machine.
@@ -55,6 +55,7 @@
 
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/kernel.h>
 #include <sys/map.h>
 #include <sys/buf.h>
 #include <sys/dkstat.h>



Home | Main Index | Thread Index | Old Index