On Sat, 16 Mar 2002, Andrey Hristov wrote:
> I cannot compile the CVS because gcc complains about using function tempnam()
> In the man tempnam i found that:
> BUGS
>The precise meaning of `appropriate' is undefined; it is unspecified how
>accessibility of a directory is determined. Ne
I cannot compile the CVS because gcc complains about using function tempnam()
In the man tempnam i found that:
BUGS
The precise meaning of `appropriate' is undefined; it is unspecified how
accessibility of a directory is determined. Never
use this funcĀtion. Use mkstemp(3) instead.
-