aboutsummaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1996-12-14 06:08:03 +0000
committerSteve Price <steve@FreeBSD.org>1996-12-14 06:08:03 +0000
commit78b09ffeaf738a9bdc32990fbdffd0f6ae0b0ca5 (patch)
tree2f12bbee87f3b5e7477f863c11ba6545497513ad /bin/echo
parent435257408ca91ec450d37f5585c809c6b3ad5de9 (diff)
downloadsrc-78b09ffeaf738a9bdc32990fbdffd0f6ae0b0ca5.tar.gz
src-78b09ffeaf738a9bdc32990fbdffd0f6ae0b0ca5.zip
-Wall cleaning.
Notes
Notes: svn path=/head/; revision=20420
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/echo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/echo/echo.c b/bin/echo/echo.c
index e604765e48a3..28152aa65f99 100644
--- a/bin/echo/echo.c
+++ b/bin/echo/echo.c
@@ -30,17 +30,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: echo.c,v 1.2 1994/09/24 02:55:18 davidg Exp $
+ * $Id: echo.c,v 1.3 1995/08/31 17:25:55 jkh Exp $
*/
#ifndef lint
-static char copyright[] =
+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";
+static char const sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
#include <stdio.h>