Subject: CVS commit: xsrc/xc/config/imake
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/12/2002 09:27:52
Module Name: xsrc
Committed By: thorpej
Date: Tue Feb 12 07:27:52 UTC 2002
Modified Files:
xsrc/xc/config/imake: imake.c
Log Message:
This program uses lstat(2) (which is not part of POSIX), so include
<sys/stat.h> before _POSIX_SOURCE gets defined. This ensures that
we get the correct lstat() symbol version.
Sigh, too many people use _POSIX_SOURCE without adult supervision.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 xsrc/xc/config/imake/imake.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.