summaryrefslogtreecommitdiffstats
path: root/usr.bin/mktemp/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mktemp/mktemp.c')
-rw-r--r--usr.bin/mktemp/mktemp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c
index f52d0c9feb4..63b36f2759f 100644
--- a/usr.bin/mktemp/mktemp.c
+++ b/usr.bin/mktemp/mktemp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mktemp.c,v 1.7 2001/10/11 00:05:55 millert Exp $ */
+/* $OpenBSD: mktemp.c,v 1.8 2002/02/16 21:27:49 millert Exp $ */
/*
* Copyright (c) 1996, 1997, 2001 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -28,7 +28,7 @@
*/
#ifndef lint
-static const char rcsid[] = "$OpenBSD: mktemp.c,v 1.7 2001/10/11 00:05:55 millert Exp $";
+static const char rcsid[] = "$OpenBSD: mktemp.c,v 1.8 2002/02/16 21:27:49 millert Exp $";
#endif /* not lint */
#include <paths.h>
@@ -38,7 +38,7 @@ static const char rcsid[] = "$OpenBSD: mktemp.c,v 1.7 2001/10/11 00:05:55 miller
#include <unistd.h>
#include <err.h>
-__dead void usage __P((void));
+__dead void usage(void);
int
main(argc, argv)