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

1991/0731/port/segment.c (diff list | history)

1991/0726/sys/src/9/port/segment.c:442,4481991/0731/sys/src/9/port/segment.c:442,448 (short | long | prev | next)
1991/0705    
			errors("segments overlap"); 
	} 
 
	for(ps = physseg; *(ps->name); ps++) 
1991/0731    
	for(ps = physseg; ps->name; ps++) 
1991/0705    
		if(strcmp(name, ps->name) == 0) 
			goto found; 
 


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