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

1999/0731/ip/netlog.c (diff list | history)

1999/0316/sys/src/9/ip/netlog.c:132,1461999/0731/sys/src/9/ip/netlog.c:132,141 (short | long | prev | next)
1998/0313    
			f->alog->len -= n; 
			unlock(f->alog); 
1997/0327    
 
			i = n; 
1999/0731    
			i = n-d; 
1997/0327    
			p = a; 
			if(d){ 
				memmove(p, rptr, d); 
				i -= d; 
				p += d; 
1998/0313    
				rptr = f->alog->buf; 
1997/0327    
			} 
			memmove(p, rptr, i); 
1999/0731    
			memmove(p+i, f->alog->buf, d); 
1997/0327    
			break; 
		} 
		else 


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