Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/sys/proc.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/proc.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.253 retrieving revision 1.254 diff -u -p -r1.253 -r1.254 --- src/sys/sys/proc.h 2007/08/07 19:00:42 1.253 +++ src/sys/sys/proc.h 2007/09/07 18:56:12 1.254 @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.253 2007/08/07 19:00:42 ad Exp $ */ +/* $NetBSD: proc.h,v 1.254 2007/09/07 18:56:12 rmind Exp $ */ /*- * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc. @@ -85,6 +85,7 @@ #include #include #include +#include #include #include #include @@ -233,6 +234,8 @@ struct proc { struct sigacts *p_sigacts; /* Process sigactions */ struct aioproc *p_aio; /* p: Asynchronous I/O data */ + u_int p_mqueue_cnt; /* (: Count of open mqueues */ + specificdata_reference p_specdataref; /* subsystem proc-specific data */