aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/comm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/comm')
-rw-r--r--usr.bin/comm/comm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index 5d234c88bbca8..3c089c636a155 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -62,10 +62,10 @@ __FBSDID("$FreeBSD$");
const char *tabs[] = { "", "\t", "\t\t" };
-FILE *file __P((char *));
-void show __P((FILE *, const char *, char *));
-int stricoll __P((char *, char *));
-static void usage __P((void));
+FILE *file(char *);
+void show(FILE *, const char *, char *);
+int stricoll(char *, char *);
+static void usage(void);
int
main(argc, argv)