Subject: Re: __RCSID in changed libcurses source files
To: Julian Coleman <J.D.Coleman@newcastle.ac.uk>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 07/22/1997 13:20:09
Julian Coleman writes:
> I've been hacking on libcurses recently and noticed a few changes today. I
> pulled across the files and tried to compile them. They contain constructs
> like :
>
> #ifndef lint
> #if 0
> static char sccsid[] = "@(#)unctrl.c 8.1 (Berkeley) 6/4/93";
> #else
> __RCSID("$NetBSD: unctrl.c,v 1.7 1997/07/22 07:37:12 mikel Exp $");
> #endif
> #endif /* not lint */
>
> Am I missing something, or shouldn't that be there? It's just a repeat
> of the first line of the file anyway.
No... RCS Id's and SCSS I.D.'s are NOT the same thing...
Perry