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

1996/0402/port/cache.c (diff list | history)

1996/0329/sys/src/9/port/cache.c:526,5321996/0402/sys/src/9/port/cache.c:526,532 (short | long | prev | next)
1993/1015    
		p = f;		 
1996/0326    
	} 
 
1996/0329    
	if(f != 0 && offset < f->start+f->len) { 
1996/0402    
	if(0 && f != 0 && offset < f->start+f->len) { 
1996/0326    
		o = offset - f->start; 
1996/0329    
		n = f->len - o; 
		if(n > len) 


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