summaryrefslogtreecommitdiffstats
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 cdef62da..7c02ea1a 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
#include <ctype.h>
#include <unistd.h>
-#include "helper.h"
+#include "bsd-misc.h"
static int _gettemp(char *, int *, int, int);