Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 clean up vm-related headers



details:   https://anonhg.NetBSD.org/src/rev/e8b347e0af55
branches:  trunk
changeset: 472526:e8b347e0af55
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat May 01 04:59:42 1999 +0000

description:
clean up vm-related headers

diffstat:

 sys/compat/osf1/osf1_misc.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 4225cfac4cca -r e8b347e0af55 sys/compat/osf1/osf1_misc.c
--- a/sys/compat/osf1/osf1_misc.c       Sat May 01 04:57:15 1999 +0000
+++ b/sys/compat/osf1/osf1_misc.c       Sat May 01 04:59:42 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_misc.c,v 1.41 1999/05/01 04:57:15 cgd Exp $ */
+/* $NetBSD: osf1_misc.c,v 1.42 1999/05/01 04:59:42 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -78,8 +78,7 @@
 #include <sys/resource.h>
 #include <sys/resourcevar.h>
 #include <sys/wait.h>
-#include <vm/vm.h>                             /* XXX UVM headers are Cool */
-#include <uvm/uvm.h>                           /* XXX see mmap emulation */
+#include <vm/vm.h>
 
 #include <compat/osf1/osf1.h>
 #include <compat/osf1/osf1_syscall.h>



Home | Main Index | Thread Index | Old Index