diff options
Diffstat (limited to 'bin/echo/echo.c')
-rw-r--r-- | bin/echo/echo.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 46796ad1a27d..b8f7507c416e 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -29,20 +29,6 @@ * SUCH DAMAGE. */ -#if 0 -#ifndef lint -static char const copyright[] = -"@(#) Copyright (c) 1989, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93"; -#endif /* not lint */ -#endif -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/uio.h> |