diff options
Diffstat (limited to 'misc/mkostemps64.c')
-rw-r--r-- | misc/mkostemps64.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/mkostemps64.c b/misc/mkostemps64.c index 7b48b5c8c0..02ab259f03 100644 --- a/misc/mkostemps64.c +++ b/misc/mkostemps64.c @@ -28,10 +28,7 @@ "XXXXXX"; they are replaced with a string that makes the filename unique. Then open the file and return a fd. */ int -mkostemps64 (template, suffixlen, flags) - char *template; - int suffixlen; - int flags; +mkostemps64 (char *template, int suffixlen, int flags) { if (suffixlen < 0) { |