mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
hpux11-vfsck-20050622
make vfsck build for hpux
This commit is contained in:
parent
ee5bee633a
commit
854db695f9
@ -283,7 +283,7 @@ bozo: cmd comerr audit
|
||||
vfsck: vol
|
||||
set -x; \
|
||||
case ${SYS_NAME} in \
|
||||
sgi_* | *linux* | rs_aix42 | *_darwin* | hp_ux* | ia64_hpux* | *fbsd* | *_obsd* | *_nbsd* | sun*_4* | rs_aix5* ) \
|
||||
sgi_* | *linux* | rs_aix42 | *_darwin* | ia64_hpux* | *fbsd* | *_obsd* | *_nbsd* | sun*_4* | rs_aix5* ) \
|
||||
echo skip vfsck for ${SYS_NAME} ;; \
|
||||
* ) \
|
||||
${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \
|
||||
|
6
src/vfsck/libfs.h
Normal file
6
src/vfsck/libfs.h
Normal file
@ -0,0 +1,6 @@
|
||||
#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
|
Loading…
Reference in New Issue
Block a user