This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] to gdb: portability fix: <sys/file.h>



On Wed, 7 Feb 2001, Michael Sokolov wrote:

> 2001-02-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
>             Eli Zaretskii  <eliz@is.elta.co.il>
> 
> 	* configure.in (AC_CHECK_HEADERS): Add sys/file.h.

This is not the right format for a ChangeLog entry: there should be
only one name on the header line.  If you want to give me credit
(thanks!), here's how you should do it:

2001-02-07  Michael Sokolov  <msokolov@ivan.Harhan.ORG>

	* configure.in (AC_CHECK_HEADERS): Add sys/file.h.
	* configure, config.in: Regenerate.
	* defs.h (F_OK, X_OK, W_OK, R_OK): Get them from <sys/file.h> or define
	them ourselves if they didn't come from <unistd.h>.  Suggested by
	Eli Zaretskii  <eliz@is.elta.co.il>.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]