summaryrefslogtreecommitdiffstats
path: root/usr.bin/head/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/head/head.c')
-rw-r--r--usr.bin/head/head.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c
index 94d99f9..e773f43 100644
--- a/usr.bin/head/head.c
+++ b/usr.bin/head/head.c
@@ -60,10 +60,10 @@ static const char rcsid[] =
* Bill Joy UCB August 24, 1977
*/
-void head __P((FILE *, int));
-void head_bytes __P((FILE *, int));
-void obsolete __P((char *[]));
-void usage __P((void));
+void head(FILE *, int);
+void head_bytes(FILE *, int);
+void obsolete(char *[]);
+void usage(void);
int
main(argc, argv)
OpenPOWER on IntegriCloud