aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nohup
diff options
context:
space:
mode:
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"
/*