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

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

1992/0128/sys/src/9/port/portdat.h:327,3381992/0131/sys/src/9/port/portdat.h:327,336 (short | long | prev | next)
Remove union.
rsc Fri Mar 4 12:44:25 2005
1991/0428    
 
1991/0705    
struct Pte 
1991/0428    
{ 
1991/0705    
	union { 
		Pte	*next;			/* Free list */ 
		Page	*pages[PTEPERTAB];	/* Page map for this chunk of pte */ 
	}; 
1991/1122    
	Page	**first;			/* First used entry */ 
	Page	**last;				/* Last used entry */ 
1992/0131    
	Page	*pages[PTEPERTAB];	/* Page map for this chunk of pte */ 
	Page	**first;		/* First used entry */ 
	Page	**last;			/* Last used entry */ 
	Pte	*next;			/* Free list */ 
1991/0428    
}; 
 
1991/0705    
/* Segment types */ 


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