This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to correct bucomm.c mktemp usage


> 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.


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