diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-02-02 06:36:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-02-02 06:36:49 +0000 |
| commit | 7669d0fc4f7d3869e27f94843ca120399a4825e9 (patch) | |
| tree | 331e1d7f986e20bcd52361067fc4b66cab14b048 /bin/echo | |
| parent | f9bcb0beb529e74510077ff052839d7ad2817950 (diff) | |
Notes
Diffstat (limited to 'bin/echo')
| -rw-r--r-- | bin/echo/echo.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 71fecd4ca7da..96fe84777eed 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -49,12 +49,8 @@ static const char rcsid[] = #include <stdlib.h> #include <string.h> -int main __P((int, char *[])); - int -main(argc, argv) - int argc __unused; - char *argv[]; +main(int argc __unused, char *argv[]) { int nflag; |
