summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-02-24 23:09:50 +0000
committerforsyth <forsyth@vitanuova.com>2011-02-24 23:09:50 +0000
commit2a8de8e1265c3a3fa411281a699151a1712e0b75 (patch)
treefd1504c87a7f962be3d47f269ccf510ff7b16bcb /os
parentcb6deecc455ddb2a6a83cedaafc576838587d217 (diff)
20110224-2309
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;
}