diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 2dac8a0dee0b..118f6dd3ca52 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -1,4 +1,4 @@ -/* $NetBSD: echo.c,v 1.13 2003/11/24 22:38:46 jschauma Exp $ */ +/* $NetBSD: echo.c,v 1.14 2003/11/24 22:47:02 jschauma Exp $ */ /* * Copyright (c) 1989, 1993 @@ -40,18 +40,11 @@ __COPYRIGHT( #if 0 static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: echo.c,v 1.13 2003/11/24 22:38:46 jschauma Exp $"); +__RCSID("$NetBSD: echo.c,v 1.14 2003/11/24 22:47:02 jschauma Exp $"); #endif #endif /* not lint */ -#include - -#include #include -#include -#include -#include -#include int main(int, char *[]);