Subject: CVS commit: basesrc/usr.bin/file
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/05/2002 15:52:59
Module Name:	basesrc
Committed By:	itojun
Date:		Wed Jun  5 12:52:59 UTC 2002

Modified Files:
	basesrc/usr.bin/file: apprentice.c file.h readelf.c softmagic.c

Log Message:
use types defined in inttypes.h.
have attribute(packed) to struct magic to make it packed in the same way
across different archs.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 basesrc/usr.bin/file/apprentice.c
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/file/file.h
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/file/readelf.c
cvs rdiff -r1.26 -r1.27 basesrc/usr.bin/file/softmagic.c

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