Module Name: src Committed By: yamt Date: Thu May 14 23:12:14 UTC 2009
Modified Files: src/sys/sys: proc.h Log Message: update a comment. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 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.288 src/sys/sys/proc.h:1.289 --- src/sys/sys/proc.h:1.288 Sat Apr 25 15:06:32 2009 +++ src/sys/sys/proc.h Thu May 14 23:12:14 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.288 2009/04/25 15:06:32 rmind Exp $ */ +/* $NetBSD: proc.h,v 1.289 2009/05/14 23:12:14 yamt Exp $ */ /*- * Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc. @@ -230,7 +230,7 @@ p_specdataref; /* subsystem proc-specific data */ int p_exitsig; /* l: signal to send to parent on exit */ - int p_flag; /* p: P_* flags */ + int p_flag; /* p: PK_* flags */ int p_sflag; /* p: PS_* flags */ int p_slflag; /* s, l: PSL_* flags */ int p_lflag; /* l: PL_* flags */