From f559e163ab3d1116108b6178ddc228e7ede7d5f2 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 10 Dec 2011 18:11:06 +0000 Subject: Replace char copyright[] by static const char copyright[]. It seems the latter is used throughout the tree. --- usr.bin/find/main.c | 2 +- usr.bin/lex/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index d901623..4f7064b 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -31,7 +31,7 @@ */ #ifndef lint -char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1990, 1993, 1994\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index f6adaa7..a037ce9 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -27,7 +27,7 @@ */ #ifndef lint -char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1990 The Regents of the University of California.\n\ All rights reserved.\n"; #endif /* not lint */ -- cgit v1.1