Re: bucomm.c and mkstemp of mktemp

2005-05-05 Thread Alan Modra
On Mon, May 02, 2005 at 08:40:15AM -0700, [EMAIL PROTECTED] wrote: > When I run make to build binutils I get an error message saying mkstemp should > be used in bucomm.c instead of mktemp. No, you get a *warning*. Killing the warning is non-trivial. -- Alan Modra IBM OzLabs - Linux Technology C

bucomm.c and mkstemp of mktemp

2005-05-05 Thread jmcmanus
When I run make to build binutils I get an error message saying mkstemp should be used in bucomm.c instead of mktemp. In ChangeLog-0001, there is a not from Steven J Hill (2001-11-12) saying to use mkstemp in place of mktemp. There is also a note from Nick Clifton (2001-11-14) saying to use mkstemp