summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/yes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yes.c b/src/yes.c
index e0eee6aa9..cc7a4401c 100644
--- a/src/yes.c
+++ b/src/yes.c
@@ -45,7 +45,7 @@ Repeatedly output a line with all specified STRING(s), or `y'.\n\
exit (status);
}
-void
+int
main (int argc, char **argv)
{
program_name = argv[0];