Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/22/2005 21:35:29
Module Name:	src
Committed By:	he
Date:		Wed Jun 22 21:35:29 UTC 2005

Modified Files:
	src/lib/libc/gen: disklabel.c
	src/tools: Makefile.disklabel

Log Message:
Fix the toolification of disklabel by using the nbinclude namespace
under HAVE_NBTOOL_CONFIG_H for disktab.h as well.  This means
disktab.h has to be installed in the nbinclude include directory.

(Failure mode: with TOOLDIR as a subdirectory of /usr, the host's disktab.h
got picked up, and not the in-tree copy.)

Reviewed by dyoung.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/lib/libc/gen/disklabel.c
cvs rdiff -r1.1 -r1.2 src/tools/Makefile.disklabel

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