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

1991/0921/port/devsrv.c (diff list | history)

1991/0828/sys/src/9/port/devsrv.c:181,1861991/0921/sys/src/9/port/devsrv.c:181,186 (short | long | prev | next)
1990/0227    
	fd = strtoul(buf, 0, 0); 
1991/0828    
	fdtochan(fd, -1);	/* error check only */ 
	srv.chan[i] = u->p->fgrp->fd[fd]; 
	incref(u->p->fgrp->fd[fd]); 
1991/0921    
	incref(srv.chan[i]); 
1990/0227    
	return n; 
} 


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