openafs/src/vfsck/libfs.h
Derrick Brashear 854db695f9 hpux11-vfsck-20050622
make vfsck build for hpux
2005-06-22 14:47:19 +00:00

7 lines
222 B
C

#include <sys/fs.h> /* For UFS_*(fs) macro definitions */
#define BLKSEEK_PROCESSING_ERROR (-2)
#define BLKSEEK_FILE_WRITEONLY (-1)
#define BLKSEEK_NOT_ENABLED 0
#define BLKSEEK_ENABLED 1