Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 13:50:00 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Mark Murray <mark@grondar.za>
Cc:        audit@freebsd.org
Subject:   Re: lib/csu cleanup
Message-ID:  <20020227135000.A85486@dragon.nuxi.com>
In-Reply-To: <200201172146.g0HLkft13995@grimreaper.grondar.org>; from mark@grondar.za on Thu, Jan 17, 2002 at 09:46:41PM %2B0000
References:  <200201172146.g0HLkft13995@grimreaper.grondar.org>

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

On Thu, Jan 17, 2002 at 09:46:41PM +0000, Mark Murray wrote:
> Index: alpha/crt1.c
> ===================================================================
> RCS file: /home/ncvs/src/lib/csu/alpha/crt1.c,v
> retrieving revision 1.10
> diff -u -d -r1.10 crt1.c
> --- alpha/crt1.c	26 Oct 2001 06:45:10 -0000	1.10
> +++ alpha/crt1.c	17 Jan 2002 21:11:52 -0000
...
>  /*
>   * NOTE: Leave the RCS ID _after_ __start(), in case it gets placed in .text.
>   */
> -#ifndef lint
> -static const char rcsid[] =
> -  "$FreeBSD: src/lib/csu/alpha/crt1.c,v 1.10 2001/10/26 06:45:10 obrien Exp $";
> -#endif
> +
> +__FBSDID("$FreeBSD: src/lib/csu/alpha/crt1.c,v 1.10 2001/10/26 06:45:10 obrien Exp $");

I am not comfortable with this change.  __FBSDID has several ways of
implimenting its functionality.  In crt*.0 we must be careful what goes
into the files, how, and where.


-- 
-- David  (obrien@FreeBSD.org)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message




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