aboutsummaryrefslogtreecommitdiff
path: root/bin/cat/cat.c
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1996-12-14 05:51:58 +0000
committerSteve Price <steve@FreeBSD.org>1996-12-14 05:51:58 +0000
commit890acb955471d216b422af74ba8dfd47c1771129 (patch)
tree447afd24de0cc1372c018635be4f5a093235e666 /bin/cat/cat.c
parent1686b60268692ad91b2f95460bedaaec14a22d5e (diff)
downloadsrc-890acb955471d216b422af74ba8dfd47c1771129.tar.gz
src-890acb955471d216b422af74ba8dfd47c1771129.zip
Merge Lite2 mods and -Wall cleaning.
Notes
Notes: svn path=/head/; revision=20412
Diffstat (limited to 'bin/cat/cat.c')
-rw-r--r--bin/cat/cat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c
index 73d77ef91e19..f69bdbbf7685 100644
--- a/bin/cat/cat.c
+++ b/bin/cat/cat.c
@@ -33,17 +33,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cat.c,v 1.4 1996/09/28 21:19:27 imp Exp $
+ * $Id: cat.c,v 1.5 1996/09/30 15:45:36 ache 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[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95";
+static char const sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95";
#endif /* not lint */
#include <sys/param.h>