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

1990/0331/gnot/devdk.c (diff list | history)

1990/0321/sys/src/9/gnot/devdk.c:417,4231990/0331/sys/src/9/gnot/devdk.c:417,427 (short | long | prev | next)
1990/0312    
	bp->rptr[0] = line; 
	bp->rptr[1] = line>>8; 
 
	PUTNEXT(dp->wq, bp); 
1990/0331    
	if(dp->wq->len >= Streamhi){ 
		print("dkoput free\n"); 
		freeb(bp); 
	} else 
		PUTNEXT(dp->wq, bp); 
1990/0312    
} 
 
/* 


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