Subject: __RCSID in changed libcurses source files
To: None <current-users@NetBSD.ORG>
From: Julian Coleman <J.D.Coleman@newcastle.ac.uk>
List: current-users
Date: 07/22/1997 16:10:06
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.

Also what is unctrl.h used for?  It doesn't seem to be included by anything
in the libcurses distribution.

Thanks,

J

-- 
    1024/55A5BC19        0F 3F 62 56 18 10 8B 84  43 8F F4 94 93 37 76 AA

S.E.P.