summaryrefslogtreecommitdiff
path: root/misc/mkstemps64.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mkstemps64.c')
-rw-r--r--misc/mkstemps64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/mkstemps64.c b/misc/mkstemps64.c
index dd786f13ab..210f495246 100644
--- a/misc/mkstemps64.c
+++ b/misc/mkstemps64.c
@@ -28,9 +28,7 @@
"XXXXXX"; they are replaced with a string that makes the filename
unique. Then open the file and return a fd. */
int
-mkstemps64 (template, suffixlen)
- char *template;
- int suffixlen;
+mkstemps64 (char *template, int suffixlen)
{
if (suffixlen < 0)
{