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

1997/0204/port/devcons.c (diff list | history)

1997/0123/sys/src/9/port/devcons.c:796,8021997/0204/sys/src/9/port/devcons.c:796,802 (short | long | prev | next)
1990/0227    
		break; 
 
	case Qtime: 
1991/1206    
		if(n<=0 || boottime!=0)	/* write once file */ 
1997/0204    
		if(n<=0 || (boottime != 0 && !iseve()))	/* write once file */ 
1990/0227    
			return 0; 
		if(n >= sizeof cbuf) 
			n = sizeof cbuf - 1; 


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