From b55cfe9f163a195205d6bde6d5b5e736127a5c46 Mon Sep 17 00:00:00 2001 From: jdp Date: Fri, 11 Jul 1997 02:08:56 +0000 Subject: Fix breakage induced by read-only copyright string. Submitted by: Chris Timmons --- usr.bin/global/gctags/ctags.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/global/gctags/ctags.c b/usr.bin/global/gctags/ctags.c index 4bf8305..fb691058 100644 --- a/usr.bin/global/gctags/ctags.c +++ b/usr.bin/global/gctags/ctags.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ctags.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ctags.c,v 1.3 1997/07/10 06:43:40 charnier Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -108,9 +108,6 @@ main(argc, argv) extern char *optarg; extern int optind; -#ifndef lint - copyright[0] = copyright[0]; /* to satisfy compiler */ -#endif aflag = uflag = NO; #ifdef GTAGS while ((ch = getopt(argc, argv, "BDFadef:rtuwvxy")) != -1) -- cgit v1.1