Module Name:    src
Committed By:   msaitoh
Date:           Wed Dec  5 08:05:54 UTC 2012

Modified Files:
        src/sys/sys: proc.h

Log Message:
sys/proc.h refers sizeof(struct pcb), so include <machine/pcb.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 src/sys/sys/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/sys/proc.h
diff -u src/sys/sys/proc.h:1.317 src/sys/sys/proc.h:1.318
--- src/sys/sys/proc.h:1.317	Sun Jul 22 22:40:18 2012
+++ src/sys/sys/proc.h	Wed Dec  5 08:05:54 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: proc.h,v 1.317 2012/07/22 22:40:18 rmind Exp $	*/
+/*	$NetBSD: proc.h,v 1.318 2012/12/05 08:05:54 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -75,6 +75,7 @@
 #endif
 
 #include <machine/proc.h>		/* Machine-dependent proc substruct */
+#include <machine/pcb.h>
 #include <sys/aio.h>
 #include <sys/rwlock.h>
 #include <sys/mqueue.h>

Reply via email to