summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/false/false.c2
-rw-r--r--usr.bin/true/true.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c
index 11d69ae..da950f9 100644
--- a/usr.bin/false/false.c
+++ b/usr.bin/false/false.c
@@ -44,7 +44,7 @@ static const char sccsid[] = "@(#)false.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
int
-main()
+main(void)
{
return 1;
}
diff --git a/usr.bin/true/true.c b/usr.bin/true/true.c
index ac17b6c..8e2f255 100644
--- a/usr.bin/true/true.c
+++ b/usr.bin/true/true.c
@@ -44,7 +44,7 @@ static const char sccsid[] = "@(#)true.c 8.1 (Berkeley) 6/9/93";
#endif /* not lint */
int
-main()
+main(void)
{
return 0;
}
OpenPOWER on IntegriCloud