summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/port/pgrp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/port/pgrp.c b/os/port/pgrp.c
index 309e2153..b814c185 100644
--- a/os/port/pgrp.c
+++ b/os/port/pgrp.c
@@ -17,7 +17,6 @@ newpgrp(void)
p->ref = 1;
p->pgrpid = incref(&pgrpid);
p->progmode = 0644;
- p->privatemem = 0;
return p;
}