summaryrefslogtreecommitdiff
path: root/usr.bin/mktemp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:33:25 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:33:25 +0000
commitd3cb5ded92a4fcf21400c9742ca884549bebc99e (patch)
treebdbefa52f70f43a70ad528a58194f71ca4abf1e3 /usr.bin/mktemp
parentf1bb2cd2aa7488657658fbc09aae2ead579049ab (diff)
downloadsrc-test-d3cb5ded92a4fcf21400c9742ca884549bebc99e.tar.gz
src-test-d3cb5ded92a4fcf21400c9742ca884549bebc99e.zip
remove __P
Notes
Notes: svn path=/head/; revision=92921
Diffstat (limited to 'usr.bin/mktemp')
-rw-r--r--usr.bin/mktemp/mktemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c
index d20ca3dfcdbb2..b58ac4b9d055d 100644
--- a/usr.bin/mktemp/mktemp.c
+++ b/usr.bin/mktemp/mktemp.c
@@ -46,7 +46,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
-static void usage __P((void));
+static void usage(void);
int
main(int argc, char **argv)