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

1998/0319/ip/kio.c (diff list | history)

1998/0319/sys/src/9/ip/kio.c:124,1301998/0321/sys/src/9/ip/kio.c:124,130 (short | long | prev | next)
Bug fix: use length1, the low bits.
rsc Fri Mar 4 12:44:25 2005
1997/0327    
	case 2: 
		devtab[c->type]->stat(c, buf); 
		convM2D(buf, &dir); 
1998/0319    
		c->offset = dir.length2 + offset;	/* BOTCH */ 
1998/0321    
		c->offset = dir.length1 + offset;	/* BOTCH */ 
1997/0327    
		off = c->offset; 
		break; 
	} 


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