From owner-freebsd-hackers Thu Aug 29 05:29:25 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA05692 for hackers-outgoing; Thu, 29 Aug 1996 05:29:25 -0700 (PDT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA05687 for ; Thu, 29 Aug 1996 05:29:18 -0700 (PDT) Received: from campa.panke.de (anonymous234.ppp.cs.tu-berlin.de [130.149.17.234]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id OAA04254; Thu, 29 Aug 1996 14:04:38 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id NAA00946; Thu, 29 Aug 1996 13:59:53 +0200 Date: Thu, 29 Aug 1996 13:59:53 +0200 From: Wolfram Schneider Message-Id: <199608291159.NAA00946@campa.panke.de> To: sprice@hiwaay.net Cc: hackers@freebsd.org Subject: To sccsid or not? In-Reply-To: <322240B0.41C67EA6@hiwaay.net> References: <322240B0.41C67EA6@hiwaay.net> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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