Subject: CVS commit: basesrc/usr.bin/file
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/15/2002 03:50:19
Module Name:	basesrc
Committed By:	thorpej
Date:		Sun Sep 15 00:50:19 UTC 2002

Modified Files:
	basesrc/usr.bin/file: apprentice.c print.c

Log Message:
Don't include <sys/cdefs.h> directly.  On a NetBSD system, it will be
pulled in by <sys/types.h>, and on a non-NetBSD system (host tool case),
it doesn't really matter (since it's just for the __RCSID macro).

There are larger problems with mkmagic's host tool-ness.  A PR has been
filed.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 basesrc/usr.bin/file/apprentice.c
cvs rdiff -r1.27 -r1.28 basesrc/usr.bin/file/print.c

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