Source-Changes-HG archive

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

[src/trunk]: src/sys/sys sys/proc.h refers sizeof(struct pcb), so include <ma...



details:   https://anonhg.NetBSD.org/src/rev/8c6fc58c9f9b
branches:  trunk
changeset: 783097:8c6fc58c9f9b
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Dec 05 08:05:54 2012 +0000

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

diffstat:

 sys/sys/proc.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 680ed5f5c697 -r 8c6fc58c9f9b sys/sys/proc.h
--- a/sys/sys/proc.h    Wed Dec 05 06:19:11 2012 +0000
+++ b/sys/sys/proc.h    Wed Dec 05 08:05:54 2012 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index