summaryrefslogtreecommitdiff
path: root/mktemp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-28 13:20:30 +1000
committerDamien Miller <djm@mindrot.org>1999-10-28 13:20:30 +1000
commit3d112efc672b877c74893229d3fd30f99489b9ff (patch)
tree7542e5627242ff533087a4fe103c2690dd97782f /mktemp.c
parent332e67fde27c4017d2df8dafe05a55be3c7597cd (diff)
Big PAM cleanup
Added header for arc4random to mktemp.c Fixed return type of arc4random
Diffstat (limited to 'mktemp.c')
-rw-r--r--mktemp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mktemp.c b/mktemp.c
index 919c53178..69dc4dc6f 100644
--- a/mktemp.c
+++ b/mktemp.c
@@ -47,6 +47,8 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp
47#include <ctype.h> 47#include <ctype.h>
48#include <unistd.h> 48#include <unistd.h>
49 49
50#include "helper.h"
51
50static int _gettemp __P((char *, int *, int, int)); 52static int _gettemp __P((char *, int *, int, int));
51 53
52int 54int