summaryrefslogtreecommitdiffstats
path: root/usr.bin/chflags/chflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/chflags/chflags.c')
-rw-r--r--usr.bin/chflags/chflags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c
index bc2ca62..ebd3a7e 100644
--- a/usr.bin/chflags/chflags.c
+++ b/usr.bin/chflags/chflags.c
@@ -57,8 +57,8 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
-int main __P((int, char *[]));
-void usage __P((void));
+int main(int, char *[]);
+void usage(void);
int
main(argc, argv)
OpenPOWER on IntegriCloud