Subversion Repositories tendra.SVN

Rev

Rev 73 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 74
Line 154... Line 154...
154
#define	ENOIOCTL	(-3)		/* ioctl not handled by this layer */
154
#define	ENOIOCTL	(-3)		/* ioctl not handled by this layer */
155
#define	EDIRIOCTL	(-4)		/* do direct ioctl in GEOM */
155
#define	EDIRIOCTL	(-4)		/* do direct ioctl in GEOM */
156
#define	ERELOOKUP	(-5)		/* retry the directory lookup */
156
#define	ERELOOKUP	(-5)		/* retry the directory lookup */
157
#endif
157
#endif
158
 
158
 
159
#ifndef  __BUILDING_TDF_ANSI_ERRNO_H_ENUMS
-
 
160
int errno;
159
int *	__error(void);
161
#endif
160
#define	errno		(* __error())
162
 
161
 
163
#endif
162
#endif
164
 
163