diff options
Diffstat (limited to 'misc/mkostemps.c')
-rw-r--r-- | misc/mkostemps.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/mkostemps.c b/misc/mkostemps.c index 892dc69ba2..a7ef17b5f8 100644 --- a/misc/mkostemps.c +++ b/misc/mkostemps.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 -mkostemps (template, suffixlen, flags) - char *template; - int suffixlen; - int flags; +mkostemps (char *template, int suffixlen, int flags) { if (suffixlen < 0) { |