plan 9 kernel history: overview | file list | diff list

1991/0806/port/pgrp.c (diff list | history)

1991/0710/sys/src/9/port/pgrp.c:120,1251991/0806/sys/src/9/port/pgrp.c:120,126 (short | long | prev | next)
1991/0705    
			p->ref = 1; 
			p->pgrpid = ++pgrpalloc.pgrpid; 
			p->nmtab = 0; 
1991/0806    
			memset(p->rendhash, 0, sizeof(p->rendhash)); 
1991/0705    
			unlock(&pgrpalloc); 
			return p; 
		} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)