Module Name: src
Committed By: mrg
Date: Fri Sep 4 08:17:53 UTC 2020
Modified Files:
src/sys/arch/mips/include: proc.h
Log Message:
include machine/vmparam.h vs mips/vmparam.h to make sure we get
platform-specific defines first.
fixes build issue for playstation2.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 src/sys/arch/mips/include/proc.h:1.32
--- src/sys/arch/mips/include/proc.h:1.31 Wed Aug 26 10:51:45 2020
+++ src/sys/arch/mips/include/proc.h Fri Sep 4 08:17:53 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.31 2020/08/26 10:51:45 simonb Exp $ */
+/* $NetBSD: proc.h,v 1.32 2020/09/04 08:17:53 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -38,7 +38,7 @@
#define _MIPS_PROC_H_
#include <sys/param.h>
-#include <mips/vmparam.h>
+#include <machine/vmparam.h>
struct lwp;