diff options
Diffstat (limited to 'misc/mkstemps64.c')
-rw-r--r-- | misc/mkstemps64.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/mkstemps64.c b/misc/mkstemps64.c index dd786f1..210f495 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) { |