License: X11
ChangeLog:
Jon Griffiths <jon_p_griffiths@yahoo.com>
+libs/port/mkstemps.c
msvc doesn't like K&R function declarations: use ansi instead.
=====
"Don't wait for the seas to part, or messiahs to come;
Don't you sit around and waste this chance..." - Live
jon_p_griffiths@yahoo.com
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
--- wine/libs/port/mkstemps.c Sun Mar 23 20:11:45 2003
+++ wine-develop/libs/port/mkstemps.c Fri Jul 4 20:41:16 2003
@@ -64,9 +64,9 @@
*/
int
-mkstemps (template, suffix_len)
- char *template;
- int suffix_len;
+mkstemps (
+ char *template,
+ int suffix_len)
{
static const char letters[]
= "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";