about summary refs log tree commit diff
path: root/misc/mkstemps.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mkstemps.c')
-rw-r--r--misc/mkstemps.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/mkstemps.c b/misc/mkstemps.c
index ca17d1d71a..5765731e5d 100644
--- a/misc/mkstemps.c
+++ b/misc/mkstemps.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
-mkstemps (template, suffixlen)
-     char *template;
-     int suffixlen;
+mkstemps (char *template, int suffixlen)
 {
   if (suffixlen < 0)
     {