Subversion Repositories tendra.SVN

Rev

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

Rev 72 Rev 73
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
159
int errno;
160
int errno;
-
 
161
#endif
160
 
162
 
161
#endif
163
#endif
162
 
164