Fixes a bunch of compiler warnings in the user tools with -O2
(mostly benign, but a couple in repair were actually bugs) -
dump/restore remain to be done. Also, remove silliness in the
configure script handling of missing uuid.h.
cheers.
Modid: 2.4.0-test1-xfs:slinx:73747a
Date: Tue Sep 5 22:40:30 PDT 2000
Workarea: snort:/build4/nathans/linux-xfs
Author: nathans
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.0-test1-xfs
cmd/xfs/configure.in - 1.15
- rework logic for dealing with missing uuid.h - die immediately
rather than risk a dodgey state check later (fixes: make;
install uuid.h; make problem).
cmd/xfs/db/check.c - 1.57
cmd/xfs/growfs/xfs_growfs.c - 1.4
- fix compiler warnings with optimization switched on.
cmd/xfs/include/libxfs.h - 1.13
cmd/xfs/include/platform_defs.h.in - 1.11
- rework logic for dealing with missing uuid.h.
cmd/xfs/libxfs/Makefile - 1.7
- fix compiler warnings with optimization switched on.
cmd/xfs/man/man4/xfs.4 - 1.2
- fix obvious (porting) issues.
cmd/xfs/mkfs/proto.c - 1.2
cmd/xfs/mkfs/xfs_mkfs.c - 1.175
cmd/xfs/repair/dino_chunks.c - 1.41
cmd/xfs/repair/dinode.c - 1.81
cmd/xfs/repair/dir2.c - 1.14
cmd/xfs/repair/incore_ext.c - 1.21
cmd/xfs/repair/phase2.c - 1.29
cmd/xfs/repair/phase4.c - 1.49
cmd/xfs/repair/phase5.c - 1.43
cmd/xfs/repair/phase6.c - 1.59
cmd/xfs/repair/rt.c - 1.19
cmd/xfs/repair/sb.c - 1.34
- fix compiler warnings with optimization switched on.
|