summaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-02-02 06:36:49 +0000
committerWarner Losh <imp@FreeBSD.org>2002-02-02 06:36:49 +0000
commit7669d0fc4f7d3869e27f94843ca120399a4825e9 (patch)
tree331e1d7f986e20bcd52361067fc4b66cab14b048 /bin/echo
parentf9bcb0beb529e74510077ff052839d7ad2817950 (diff)
Notes
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/echo.c6
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;