diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-19 14:59:19 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-12-19 14:59:19 +0100 |
commit | d919ad3b5e8e98d7470275d724772de221e060f6 (patch) | |
tree | a28223f80f6fbfc55b048b60b062b49313bca919 /sys/src/9/port/portdat.h | |
parent | d0cc9e2eb65222edb244f93d97d062e6f4eb5e7e (diff) |
devsons: remove #c/pgrpid
The process group id is essentially a unique id
of the namespace but it was never well documented
nor is it used by any program.
Diffstat (limited to 'sys/src/9/port/portdat.h')
-rw-r--r-- | sys/src/9/port/portdat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/portdat.h b/sys/src/9/port/portdat.h index a5cdafa6a..417aa27e4 100644 --- a/sys/src/9/port/portdat.h +++ b/sys/src/9/port/portdat.h @@ -474,7 +474,6 @@ struct Pgrp Ref; RWlock ns; /* Namespace n read/one write lock */ int noattach; - ulong pgrpid; Mhead *mnthash[MNTHASH]; }; |