summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-10-07 19:47:37 +0000
committerdes <des@FreeBSD.org>2001-10-07 19:47:37 +0000
commit8db9a4043d9455e04bbe688572b59b0e6c12f3bb (patch)
tree30d0e525daf6ea0455792e624072a10281fb3d9b
parent0291513a41cb60b5420bb156bf978305033e06da (diff)
downloadFreeBSD-src-8db9a4043d9455e04bbe688572b59b0e6c12f3bb.zip
FreeBSD-src-8db9a4043d9455e04bbe688572b59b0e6c12f3bb.tar.gz
These flags aren't just for procfs - in fact, these days theye are primarily
used by ptrace(2) - so tweak the accompanying comments a little.
-rw-r--r--sys/sys/proc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 624cb86..3e55e19 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -398,9 +398,9 @@ struct proc {
sigset_t p_oldsigmask; /* (c) Saved mask from pre sigpause. */
int p_sig; /* (n) For core dump/debugger XXX. */
u_long p_code; /* (n) For core dump/debugger XXX. */
- u_int p_stops; /* (c) Procfs event bitmask. */
- u_int p_stype; /* (c) Procfs stop event type. */
- char p_step; /* (c) Procfs stop *once* flag. */
+ u_int p_stops; /* (c) Stop event bitmask. */
+ u_int p_stype; /* (c) Stop event type. */
+ char p_step; /* (c) Process is stopped. */
u_char p_pfsflags; /* (c) Procfs flags. */
struct nlminfo *p_nlminfo; /* (?) Only used by/for lockd. */
void *p_aioinfo; /* (c) ASYNC I/O info. */
OpenPOWER on IntegriCloud