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

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

1999/0218/sys/src/9/port/lib.h:81,881999/0629/sys/src/9/port/lib.h:81,88 (short | long | prev | next)
Whitespace edit.
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 */ 
1993/0501    
#define MRECOV	0x0008	/* perform recovery if mount channel is lost */ 
1993/1014    
#define MCACHE	0x0010	/* cache some data */ 
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    
 
#define	OREAD	0	/* open for read */ 


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