From owner-cvs-all Tue Mar 20 20:21:44 2001 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 1986F37B72B; Tue, 20 Mar 2001 20:21:36 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f2L4LZ009067; Tue, 20 Mar 2001 20:21:35 -0800 (PST) Date: Tue, 20 Mar 2001 20:21:35 -0800 From: Alfred Perlstein To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include/rpc clnt_stat.h Message-ID: <20010320202134.N29888@fw.wintelcom.net> References: <200103200820.f2K8Kor00538@freefall.freebsd.org> <200103210300.f2L30ph53184@mobile.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103210300.f2L30ph53184@mobile.wemm.org>; from peter@netplex.com.au on Tue, Mar 20, 2001 at 07:00:51PM -0800 X-all-your-base: are belong to us. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Peter Wemm [010320 19:00] wrote: > Alfred Perlstein wrote: > > alfred 2001/03/20 00:20:50 PST > > > > Modified files: > > include/rpc clnt_stat.h > > Log: > > comment out #pragma directive containing Sun SCM tags > > Actually, it is a shame that we dont support this. > > This happens to work much better than __RCSID() and __COPYRIGHT(). I agree. > Namely it is possible to run a link time (or even post-link tool) > to manipulate/modify/compress/remove the strings. > I have such a tool. I use it to compress the duplicate: > .ident "[ASM_FILE_END]GCC: (c) 2.95.3 20010125 (prerelease)" > strings that gcc inserts in the tail of each .o file. > > We do support #ident "string" though. But that causes a waring with > the "-ansi -pedantic" flags that the kernel is compiled with. > It is pretty easy to add #pragma ident support. See config/nextstep.[ch] > for examples. "#pragma ident" is -ansi -pedantic friendly. Go ahead, submit the patches to David. :) -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message