diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:16 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:16 +0000 |
commit | b7ec05677ee9f62c29e195e7be5125d39f7fdad9 (patch) | |
tree | d2d92930c9557994e5a771aef772966110966cc3 /bin/echo | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
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[]) { |