Minor, misc warning fixes for xfsprogs source files with recent
gcc versions and/or 64-bit build machines.
Date: Mon Apr 9 00:34:24 PDT 2001
Workarea: snort.melbourne.sgi.com:/diskb/build4/nathans/linux-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:91973a
linux/fs/xfs/xfs_types.h - 1.50
- we don't want the stats data structure in userspace - procfs
macro can be set via (indirect) inclusion of linux/autoconf.h.
Date: Mon Apr 9 00:41:10 PDT 2001
Workarea: snort.melbourne.sgi.com:/diskb/build4/nathans/linux-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:91975a
cmd/xfsprogs/include/platform_defs.h.in - 1.4
- fix glibc version conditional test - not quite right for all
cases.
cmd/xfsprogs/repair/phase6.c - 1.3
cmd/xfsprogs/growfs/xfs_growfs.c - 1.2
cmd/xfsprogs/db/io.c - 1.2
cmd/xfsprogs/repair/incore_ino.c - 1.2
cmd/xfsprogs/repair/dinode.c - 1.3
cmd/xfsprogs/repair/avl64.c - 1.2
cmd/xfsprogs/repair/avl.c - 1.2
cmd/xfsprogs/mkfs/xfs_mkfs.c - 1.8
cmd/xfsprogs/mkfs/maxtrres.c - 1.2
cmd/xfsprogs/mkfile/xfs_mkfile.c - 1.3
cmd/xfsprogs/logprint/logprint.c - 1.2
cmd/xfsprogs/logprint/log_print_trans.c - 1.2
cmd/xfsprogs/logprint/log_print_all.c - 1.3
cmd/xfsprogs/logprint/log_misc.c - 1.2
cmd/xfsprogs/libxfs/util.c - 1.2
cmd/xfsprogs/libxfs/trans.c - 1.2
cmd/xfsprogs/libxfs/rdwr.c - 1.2
cmd/xfsprogs/libxfs/init.c - 1.5
cmd/xfsprogs/bmap/xfs_bmap.c - 1.2
- ensure parameter types match fprintf type directives for both
32 and 64 bit machines.
cmd/xfsprogs/libxfs/xfs.h - 1.5
cmd/xfsprogs/logprint/logprint.h - 1.3
- use __VA_ARGS__ if gcc on build machine supports it, else fall
back to preprocessor ## directive. fixes some warnings on more
recent gcc versions.
cmd/xfsprogs/include/xfs_types.h - 1.2
- we don't want the stats data structure in userspace - procfs
macro can be set via (indirect) inclusion of linux/autoconf.h.
cmd/xfsprogs/libhandle/handle.c - 1.3
- fix types used for ioctl request argument.
cmd/xfsprogs/doc/CHANGES - 1.14
cmd/xfsprogs/VERSION - 1.13
- bump minor version number.
|