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

1991/0411/port/sysproc.c (diff list | history)

1991/0326/sys/src/9/port/sysproc.c:170,1761991/0411/sys/src/9/port/sysproc.c:170,176 (short | long | prev | next)
1990/0227    
	} 
	if(!indir) 
		strcpy(elem, u->elem); 
	n = (*devtab[tc->type].read)(tc, &exec, sizeof(Exec)); 
1991/0411    
	n = (*devtab[tc->type].read)(tc, &exec, sizeof(Exec), 0); 
1990/0227    
	if(n < 2) 
    Err: 
1990/11211    
		error(Ebadexec); 


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