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

1999/0819/port/lib.h (diff list | history)

1999/0819/sys/src/9/port/lib.h:86,921999/1105/sys/src/9/port/lib.h:86,91 (short | long | prev | next)
Remove MRECOV.
rsc Fri Mar 4 12:44:25 2005
1990/0227    
#define	MBEFORE	0x0001	/* mount goes before others in union directory */ 
#define	MAFTER	0x0002	/* mount goes after others in union directory */ 
#define	MCREATE	0x0004	/* permit creation in mounted directory */ 
1999/0629    
#define	MRECOV	0x0008	/* perform recovery if mount channel is lost */ 
#define	MCACHE	0x0010	/* cache some data */ 
1993/1014    
#define	MMASK	0x001F	/* all bits on */ 
1990/0227    
 


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