Source-Changes-HG archive

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

[src/yamt-uio_vmspace]: src/sys/dev include sys/proc.h for vmspace_kernel.



details:   https://anonhg.NetBSD.org/src/rev/3ab30f429bee
branches:  yamt-uio_vmspace
changeset: 586725:3ab30f429bee
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 18 13:14:37 2006 +0000

description:
include sys/proc.h for vmspace_kernel.

diffstat:

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

diffs (26 lines):

diff -r 27df6c325538 -r 3ab30f429bee sys/dev/audiobell.c
--- a/sys/dev/audiobell.c       Sat Feb 18 13:07:29 2006 +0000
+++ b/sys/dev/audiobell.c       Sat Feb 18 13:14:37 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audiobell.c,v 1.2.2.1 2006/02/18 09:47:03 yamt Exp $   */
+/*     $NetBSD: audiobell.c,v 1.2.2.2 2006/02/18 13:14:37 yamt Exp $   */
 
 /*
  * Copyright (c) 1999 Richard Earnshaw
@@ -31,7 +31,7 @@
  */
 
 #include <sys/types.h>
-__KERNEL_RCSID(0, "$NetBSD: audiobell.c,v 1.2.2.1 2006/02/18 09:47:03 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audiobell.c,v 1.2.2.2 2006/02/18 13:14:37 yamt Exp $");
 
 #include <sys/audioio.h>
 #include <sys/conf.h>
@@ -39,6 +39,7 @@
 #include <sys/fcntl.h>
 #include <sys/malloc.h>
 #include <sys/null.h>
+#include <sys/proc.h>
 #include <sys/systm.h>
 #include <sys/uio.h>
 



Home | Main Index | Thread Index | Old Index