Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/powerpc don't depend on other headers to in...



details:   https://anonhg.NetBSD.org/src/rev/37480563b1a6
branches:  trunk
changeset: 518442:37480563b1a6
user:      chs <chs%NetBSD.org@localhost>
date:      Fri Nov 30 07:53:13 2001 +0000

description:
don't depend on other headers to include sys/proc.h for us.

diffstat:

 sys/arch/powerpc/powerpc/mem.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 343617c99fe1 -r 37480563b1a6 sys/arch/powerpc/powerpc/mem.c
--- a/sys/arch/powerpc/powerpc/mem.c    Fri Nov 30 07:08:53 2001 +0000
+++ b/sys/arch/powerpc/powerpc/mem.c    Fri Nov 30 07:53:13 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mem.c,v 1.12 2001/09/30 01:23:47 mycroft Exp $ */
+/*     $NetBSD: mem.c,v 1.13 2001/11/30 07:53:13 chs Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -50,6 +50,7 @@
 #include <sys/systm.h>
 #include <sys/uio.h>
 #include <sys/malloc.h>
+#include <sys/proc.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index