aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkfifo/mkfifo.c
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/mkfifo/mkfifo.c
parentf1bb2cd2aa7488657658fbc09aae2ead579049ab (diff)
downloadsrc-d3cb5ded92a4fcf21400c9742ca884549bebc99e.tar.gz
src-d3cb5ded92a4fcf21400c9742ca884549bebc99e.zip
Notes
Diffstat (limited to 'usr.bin/mkfifo/mkfifo.c')
-rw-r--r--usr.bin/mkfifo/mkfifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c
index 84ee453dbdc6..cf66e586a6c8 100644
--- a/usr.bin/mkfifo/mkfifo.c
+++ b/usr.bin/mkfifo/mkfifo.c
@@ -58,7 +58,7 @@ static const char rcsid[] =
#define BASEMODE S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
S_IROTH | S_IWOTH
-static void usage __P((void));
+static void usage(void);
static int f_mode;