hpux11-vfsck-20050622

make vfsck build for hpux
This commit is contained in:
Derrick Brashear 2005-06-22 14:47:19 +00:00
parent ee5bee633a
commit 854db695f9
2 changed files with 7 additions and 1 deletions

View File

@ -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
View 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