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 revert the previous as it doesn't fix the...



details:   https://anonhg.NetBSD.org/src/rev/4ae198e40505
branches:  yamt-uio_vmspace
changeset: 586726:4ae198e40505
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 18 13:17:05 2006 +0000

description:
revert the previous as it doesn't fix the problem.

diffstat:

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

diffs (26 lines):

diff -r 3ab30f429bee -r 4ae198e40505 sys/dev/audiobell.c
--- a/sys/dev/audiobell.c       Sat Feb 18 13:14:37 2006 +0000
+++ b/sys/dev/audiobell.c       Sat Feb 18 13:17:05 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audiobell.c,v 1.2.2.2 2006/02/18 13:14:37 yamt Exp $   */
+/*     $NetBSD: audiobell.c,v 1.2.2.3 2006/02/18 13:17:05 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.2 2006/02/18 13:14:37 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audiobell.c,v 1.2.2.3 2006/02/18 13:17:05 yamt Exp $");
 
 #include <sys/audioio.h>
 #include <sys/conf.h>
@@ -39,7 +39,6 @@
 #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