aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nohup
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/nohup
parentf1bb2cd2aa7488657658fbc09aae2ead579049ab (diff)
downloadsrc-d3cb5ded92a4fcf21400c9742ca884549bebc99e.tar.gz
src-d3cb5ded92a4fcf21400c9742ca884549bebc99e.zip
remove __P
Notes
Notes: svn path=/head/; revision=92921
Diffstat (limited to 'usr.bin/nohup')
-rw-r--r--usr.bin/nohup/nohup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c
index 8d8df862d238..4fd82c8183a7 100644
--- a/usr.bin/nohup/nohup.c
+++ b/usr.bin/nohup/nohup.c
@@ -57,8 +57,8 @@ static const char rcsid[] =
#include <string.h>
#include <unistd.h>
-static void dofile __P((void));
-static void usage __P((void));
+static void dofile(void);
+static void usage(void);
#define FILENAME "nohup.out"
/*