Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amigappc/amigappc We need to include <uvm/uvm.h> in...



details:   https://anonhg.NetBSD.org/src/rev/c1db5ebad478
branches:  trunk
changeset: 518393:c1db5ebad478
user:      atatat <atatat%NetBSD.org@localhost>
date:      Thu Nov 29 20:04:19 2001 +0000

description:
We need to include <uvm/uvm.h> instead of (not) including
<uvm/uvm_extern.h> so that assym.h can be built.

diffstat:

 sys/arch/amigappc/amigappc/genassym.cf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b3ce4c3c913e -r c1db5ebad478 sys/arch/amigappc/amigappc/genassym.cf
--- a/sys/arch/amigappc/amigappc/genassym.cf    Thu Nov 29 19:21:40 2001 +0000
+++ b/sys/arch/amigappc/amigappc/genassym.cf    Thu Nov 29 20:04:19 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.3 2000/07/01 03:34:06 mrg Exp $
+#      $NetBSD: genassym.cf,v 1.4 2001/11/29 20:04:19 atatat Exp $
 
 #
 # Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -35,7 +35,7 @@
 include <sys/time.h>
 include <sys/proc.h>
 
-#include <uvm/uvm_extern.h>
+include <uvm/uvm.h>
 
 include <machine/pcb.h>
 include <machine/pmap.h>



Home | Main Index | Thread Index | Old Index