Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Add a comment for p_comm, from Bill Sommerfeld.



details:   https://anonhg.NetBSD.org/src/rev/041e436c8ced
branches:  trunk
changeset: 508982:041e436c8ced
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Apr 23 19:21:05 2001 +0000

description:
Add a comment for p_comm, from Bill Sommerfeld.

diffstat:

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

diffs (18 lines):

diff -r c95e8cead53d -r 041e436c8ced sys/sys/proc.h
--- a/sys/sys/proc.h    Mon Apr 23 19:15:29 2001 +0000
+++ b/sys/sys/proc.h    Mon Apr 23 19:21:05 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.124 2001/03/04 20:49:34 matt Exp $  */
+/*     $NetBSD: proc.h,v 1.125 2001/04/23 19:21:05 simonb Exp $        */
 
 /*-
  * Copyright (c) 1986, 1989, 1991, 1993
@@ -217,7 +217,7 @@
        u_char          p_priority;     /* Process priority */
        u_char          p_usrpri;       /* User-priority based on p_cpu and p_nice */
        u_char          p_nice;         /* Process "nice" value */
-       char            p_comm[MAXCOMLEN+1];
+       char            p_comm[MAXCOMLEN+1];    /* basename of last exec file */
 
        struct pgrp     *p_pgrp;        /* Pointer to process group */
        void            *p_ctxlink;     /* uc_link {get,set}context */



Home | Main Index | Thread Index | Old Index