From owner-cvs-all Tue Mar 20 19: 0:57 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id B850437B733; Tue, 20 Mar 2001 19:00:52 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from mobile.wemm.org (mobile.wemm.org [10.0.0.5]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f2L30qp87025; Tue, 20 Mar 2001 19:00:52 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f2L30ph53184; Tue, 20 Mar 2001 19:00:51 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200103210300.f2L30ph53184@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include/rpc clnt_stat.h In-Reply-To: <200103200820.f2K8Kor00538@freefall.freebsd.org> Date: Tue, 20 Mar 2001 19:00:51 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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(). 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. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message