Re: mkstemp declaration fix

2007-03-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Bruce Korb on 3/20/2007 10:00 AM: >> The reason is that mkstemp is declared in , not , on >> this platform. But for POSIX compatibility, only gnulib's should >> be sufficient to declare the function. I'm applying this: > > Just a questio

Re: mkstemp declaration fix

2007-03-20 Thread Bruce Korb
Bruno Haible wrote: > Hello, > > On MacOS X 10.3, one gets this warning: > > mkstemp-safer.c:34: warning: implicit declaration of function `mkstemp' > > The reason is that mkstemp is declared in , not , on > this platform. But for POSIX compatibility, only gnulib's should > be sufficient to dec

mkstemp declaration fix

2007-03-19 Thread Bruno Haible
Hello, On MacOS X 10.3, one gets this warning: mkstemp-safer.c:34: warning: implicit declaration of function `mkstemp' The reason is that mkstemp is declared in , not , on this platform. But for POSIX compatibility, only gnulib's should be sufficient to declare the function. I'm applying this: