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

1992/0309/port/portdat.h (diff list | history)

1992/0307/sys/src/9/port/portdat.h:46,521992/0309/sys/src/9/port/portdat.h:46,52 (short | long | prev | next)
Change ref from int to long.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
struct Ref 
{ 
	Lock; 
	int	ref; 
1992/0309    
	long	ref; 
1991/0428    
}; 
 
struct Rendez 


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