Subject: CVS commit: src/tools
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 02/14/2006 04:59:33
Module Name: src
Committed By: dyoung
Date: Tue Feb 14 04:59:33 UTC 2006
Modified Files:
src/tools: Makefile.disklabel
src/tools/compat: compat_defs.h
Log Message:
Two changes to facilitate building tools on Darwin:
1. #undef d_fileno, which is set by Darwin's <dirent.h>,
and which clashes with d_fileno in NetBSD headers.
2. Install the sys/ufs/ header files in nbinclude/ in order
to override Darwin's own, incompatible header files.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/tools/Makefile.disklabel
cvs rdiff -r1.51 -r1.52 src/tools/compat/compat_defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.