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

1992/0721/port/segment.c (diff list | history)

1992/0711/sys/src/9/port/segment.c:402,4081992/0721/sys/src/9/port/segment.c:402,408 (short | long | prev | next)
1991/0705    
	int i, sno; 
 
1991/1115    
	USED(p); 
1991/0705    
	if(va&KZERO)					/* BUG: Only ok for now */ 
1992/0721    
	if((va&KZERO) == KZERO)				/* BUG: Only ok for now */ 
1992/0114    
		error(Ebadarg); 
1991/0705    
 
	validaddr((ulong)name, 1, 0); 


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