summaryrefslogtreecommitdiff
path: root/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mktemp.c')
-rw-r--r--mktemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mktemp.c b/mktemp.c
index de11a6b53..be03ac909 100644
--- a/mktemp.c
+++ b/mktemp.c
@@ -52,7 +52,7 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp
52 52
53#ifndef HAVE_MKDTEMP 53#ifndef HAVE_MKDTEMP
54 54
55static int _gettemp __P((char *, int *, int, int)); 55static int _gettemp(char *, int *, int, int);
56 56
57int 57int
58mkstemps(path, slen) 58mkstemps(path, slen)