bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Only a warning..


From: steve
Subject: Only a warning..
Date: Wed, 17 Jan 2001 10:04:30 +0000 (GMT)

I just made m4 on OpenBSD version 2.8 (clean install), and I got this
warning:

builtin.c:1081: warning: mktemp() possibly used unsafely; consider using
mkstemp()

I made the change suggested, and it seems to work great. Mebbe there ought
to be something like:

#ifndef OpenBSD

int mkstemp ( *whatever* ) {

mktemp (*whatever*);

}

#endif

cheers,
Steve

Software Engineer


        The early bird gets the worm.
        The early worm ... gets eaten.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]