Subversion Repositories tendra.SVN

Rev

Rev 72 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 72 Rev 80
Line 133... Line 133...
133
#define	FAPPEND		O_APPEND	/* kernel/compat */
133
#define	FAPPEND		O_APPEND	/* kernel/compat */
134
#define	FASYNC		O_ASYNC		/* kernel/compat */
134
#define	FASYNC		O_ASYNC		/* kernel/compat */
135
#define	FFSYNC		O_FSYNC		/* kernel */
135
#define	FFSYNC		O_FSYNC		/* kernel */
136
#define	FNONBLOCK	O_NONBLOCK	/* kernel */
136
#define	FNONBLOCK	O_NONBLOCK	/* kernel */
137
#define	FNDELAY		O_NONBLOCK	/* compat */
137
#define	FNDELAY		O_NONBLOCK	/* compat */
-
 
138
#endif
-
 
139
 
-
 
140
#if defined (_SVID_SOURCE )
138
#define	O_NDELAY	O_NONBLOCK	/* compat */
141
#define	O_NDELAY	O_NONBLOCK	/* compat */
139
#endif
142
#endif
-
 
143
 
140
 
144
 
141
/*
145
/*
142
 * We are out of bits in f_flag (which is a short).  However,
146
 * We are out of bits in f_flag (which is a short).  However,
143
 * the flag bits not set in FMASK are only meaningful in the
147
 * the flag bits not set in FMASK are only meaningful in the
144
 * initial open syscall.  Those bits can thus be given a
148
 * initial open syscall.  Those bits can thus be given a