Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/kern Include SA headers to mollify syscallargs.h



details:   https://anonhg.NetBSD.org/src/rev/3683f171d999
branches:  nathanw_sa
changeset: 506232:3683f171d999
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Sep 17 22:35:37 2002 +0000

description:
Include SA headers to mollify syscallargs.h

diffstat:

 sys/kern/kern_ras.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 5f5fe04be0b8 -r 3683f171d999 sys/kern/kern_ras.c
--- a/sys/kern/kern_ras.c       Tue Sep 17 22:13:27 2002 +0000
+++ b/sys/kern/kern_ras.c       Tue Sep 17 22:35:37 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_ras.c,v 1.1.6.3 2002/09/17 22:11:12 nathanw Exp $ */
+/*     $NetBSD: kern_ras.c,v 1.1.6.4 2002/09/17 22:35:37 nathanw Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_ras.c,v 1.1.6.3 2002/09/17 22:11:12 nathanw Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_ras.c,v 1.1.6.4 2002/09/17 22:35:37 nathanw Exp $");
 
 #include <sys/param.h>
 #include <sys/lock.h>
@@ -45,6 +45,8 @@
 #include <sys/pool.h>
 #include <sys/proc.h>
 #include <sys/ras.h>
+#include <sys/sa.h>
+#include <sys/savar.h>
 
 #include <sys/mount.h>
 #include <sys/syscallargs.h>



Home | Main Index | Thread Index | Old Index