aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yes/yes.c
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-09-04 23:29:10 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-09-04 23:29:10 +0000
commitf4ac32def255b5968bdd8150057b9c0d14595689 (patch)
treefb230419005f211ecea1e667385bde9886dbf0d8 /usr.bin/yes/yes.c
parentd946bf789255a84ecbbbdfd07bffb48da063204f (diff)
Notes
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 80641aa3938f..0eb060ddebb3 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(;;)