Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: xsrc/xc/config/imake
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.
Home |
Main Index |
Thread Index |
Old Index