mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
854db695f9
make vfsck build for hpux
7 lines
222 B
C
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
|