Subject: CVS commit: [netbsd-4] src/sbin/scan_ffs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/10/2006 05:07:19
Module Name:	src
Committed By:	riz
Date:		Sun Sep 10 05:07:19 UTC 2006

Modified Files:
	src/sbin/scan_ffs [netbsd-4]: scan_ffs.8 scan_ffs.c

Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #146):
	sbin/scan_ffs/scan_ffs.8: revision 1.7
	sbin/scan_ffs/scan_ffs.8: revision 1.8
	sbin/scan_ffs/scan_ffs.8: revision 1.9
	sbin/scan_ffs/scan_ffs.c: revision 1.10
	sbin/scan_ffs/scan_ffs.c: revision 1.11
	sbin/scan_ffs/scan_ffs.c: revision 1.12
Add -f file support. Useful to search for partitions on disk images.
Change -f to -F, per mrg's suggestion.
- Change the cast of st_size to uint64_t to avoid future problems
  with large files.
- u_uintXX_t -> uintXX_t


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.2.1 src/sbin/scan_ffs/scan_ffs.8
cvs rdiff -r1.9 -r1.9.2.1 src/sbin/scan_ffs/scan_ffs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.