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

1990/0620/port/devcons.c (diff list | history)

1990/0617/sys/src/9/port/devcons.c:315,3211990/0620/sys/src/9/port/devcons.c:315,321 (short | long | prev | next)
1990/0227    
long 
seconds(void) 
{ 
1990/0614    
	return boottime + TK2MS(MACHP(0)->ticks); 
1990/0620    
	return boottime + TK2SEC(MACHP(0)->ticks); 
1990/0227    
} 
 
int 


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