Module Name:    src
Committed By:   cliff
Date:           Thu Aug 20 01:33:39 UTC 2009

Modified Files:
        src/sys/arch/mips/include: proc.h

Log Message:
include mips/vmparam.h to get PAGE_SIZE


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/mips/include/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/proc.h
diff -u src/sys/arch/mips/include/proc.h:1.22 src/sys/arch/mips/include/proc.h:1.23
--- src/sys/arch/mips/include/proc.h:1.22	Mon Aug 17 18:56:09 2009
+++ src/sys/arch/mips/include/proc.h	Thu Aug 20 01:33:39 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: proc.h,v 1.22 2009/08/17 18:56:09 matt Exp $	*/
+/*	$NetBSD: proc.h,v 1.23 2009/08/20 01:33:39 cliff Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -38,6 +38,7 @@
 #define _MIPS_PROC_H_
 
 #include <sys/param.h>
+#include <mips/vmparam.h>
 
 struct lwp;
 

Reply via email to