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.



_______________________________________________
Bug-m4 mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-m4

Reply via email to