Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 1996 13:59:53 +0200
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        sprice@hiwaay.net
Cc:        hackers@freebsd.org
Subject:   To sccsid or not?
Message-ID:  <199608291159.NAA00946@campa.panke.de>
In-Reply-To: <322240B0.41C67EA6@hiwaay.net>
References:  <322240B0.41C67EA6@hiwaay.net>

next in thread | previous in thread | raw e-mail | index | archive | help

FreeBSD does not support SCCS, so we don't support 
char sccsid[]. NetBSD and OpenBSD already moved to
static char rcsid[] = "$Id: $";

Steve Price writes:
>I've been tooling around with the source in /bin/* to get it compile
>without any warnings using the -Wall command line option (also to get
>all the /bin/* code up to Lite2 status). 

Most sources have '#ifndef lint' around copyright and rcsid/sccsid
Compile your sources with '-Wall -Dlint'.

Wolfram



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608291159.NAA00946>