summaryrefslogtreecommitdiffstats
path: root/usr.bin/yes/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yes/yes.c')
-rw-r--r--usr.bin/yes/yes.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c
index 80641aa..0eb060d 100644
--- a/usr.bin/yes/yes.c
+++ b/usr.bin/yes/yes.c
@@ -48,9 +48,7 @@ static const char rcsid[] = "$FreeBSD$";
#include <stdio.h>
int
-main(argc, argv)
- int argc;
- char **argv;
+main(int argc, char **argv)
{
if (argc > 1)
for(;;)
OpenPOWER on IntegriCloud