summaryrefslogtreecommitdiff
path: root/bsd-mktemp.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-29 19:56:30 +1100
committerDamien Miller <djm@mindrot.org>1999-12-29 19:56:30 +1100
commit58ca7d8503b4e6346bed0844a6ab94a9a4f2b1ec (patch)
tree796051f6718c40a0b6b61466a0e9e566c2925e3a /bsd-mktemp.c
parent06b472b12471a8179664e8f5c94441664f317f2b (diff)
- Rename helper.[ch] to (more appropriate) bsd-misc.[ch]
- Minor Makefile cleaning
Diffstat (limited to 'bsd-mktemp.c')
-rw-r--r--bsd-mktemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-mktemp.c b/bsd-mktemp.c
index cdef62da2..7c02ea1a2 100644
--- a/bsd-mktemp.c
+++ b/bsd-mktemp.c
@@ -51,7 +51,7 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp
51#include <ctype.h> 51#include <ctype.h>
52#include <unistd.h> 52#include <unistd.h>
53 53
54#include "helper.h" 54#include "bsd-misc.h"
55 55
56static int _gettemp(char *, int *, int, int); 56static int _gettemp(char *, int *, int, int);
57 57