diff options
Diffstat (limited to 'bin/echo')
-rw-r--r-- | bin/echo/echo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 7a5d38cdc30..52da05c050f 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: echo.c,v 1.10 2015/10/09 01:37:06 deraadt Exp $ */ +/* $OpenBSD: echo.c,v 1.11 2023/03/08 04:43:04 guenther Exp $ */ /* $NetBSD: echo.c,v 1.6 1995/03/21 09:04:27 cgd Exp $ */ /* @@ -35,7 +35,6 @@ #include <unistd.h> #include <err.h> -/* ARGSUSED */ int main(int argc, char *argv[]) { |