From 9737357a9520e9b1e9bb508fe7b1071b6916cbe2 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Mon, 3 Nov 1997 07:51:05 +0000 Subject: [PATCH] Add const to copyright string. Hide sccsid string. --- usr.bin/vacation/vacation.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index d3ff6096041e..6ea8c2884d77 100644 --- a/usr.bin/vacation/vacation.c +++ b/usr.bin/vacation/vacation.c @@ -32,15 +32,17 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1983, 1987, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -static char sccsid[] = "From: @(#)vacation.c 8.2 (Berkeley) 1/26/94"; -static char rcsid[] = - "$Id: vacation.c,v 1.10 1997/08/28 04:40:51 imp Exp $"; +#if 0 +static char sccsid[] = "@(#)from: vacation.c 8.2 (Berkeley) 1/26/94"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ /*