This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Patch to correct bucomm.c mktemp usage
- From: DJ Delorie <dj at delorie dot com>
- To: jg-lists at jguk dot org
- Cc: binutils at sources dot redhat dot com
- Date: Thu, 13 Mar 2003 21:31:53 -0500
- Subject: Re: Patch to correct bucomm.c mktemp usage
- References: <3E713DF1.2040309@jguk.org>
> Use of mktemp here generates a statement when compiling, this patch
> corrects the issue. (unless mktemp() is required instead of mkstemp()
> for a reason I am unaware).
There is a reason of which you are unaware.
2001-11-29 H.J. Lu <hjl at gnu dot org>
* bucomm.c (make_tempname): Revert the changes made on
2001-11-14 and 2001-11-12. They won't work with directories.
2001-11-14 Nick Clifton <nickc at cambridge dot redhat dot com>
* bucomm.c (make_tempname): Use mkstemps instead of mkstemp, since
not all systems provide mkstemp.
2001-11-12 * Steven J. Hill <sjhill at realitydiluted dot com>
* bucomm.c (make_tempname): Use mkstemp in place of mktemp.