Subject: CVS commit: src/sbin/fdisk
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 08/27/2005 22:43:40
Module Name:	src
Committed By:	uwe
Date:		Sat Aug 27 22:43:40 UTC 2005

Modified Files:
	src/sbin/fdisk: fdisk.c

Log Message:
When building as host tool don't include "../../include/util.h".

opendisk() declared in that file is not used in this case anyway, and
<util.h> pulls in unwatned includes (e.g. <utmpx.h> doesn't exist on
FreeBSD 4.*).


To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 src/sbin/fdisk/fdisk.c

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