Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 10:10:49 -0800
From:      John Baldwin <jhb@FreeBSD.org>
To:        Eugene Grosbein <eugen@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r341233 - head/usr.bin/trim
Message-ID:  <144de643-bcdc-7044-7ca0-26175117f4ea@FreeBSD.org>
In-Reply-To: <201811291449.wATEnXIY072818@repo.freebsd.org>
References:  <201811291449.wATEnXIY072818@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/29/18 6:49 AM, Eugene Grosbein wrote:
> Author: eugen
> Date: Thu Nov 29 14:49:33 2018
> New Revision: 341233
> URL: https://svnweb.freebsd.org/changeset/base/341233
> 
> Log:
>   trim(1): unbreak build after r341232 for platforms using gcc and not clang
>   
>   MFC after:	1 month
> 
> Modified:
>   head/usr.bin/trim/trim.c
> 
> Modified: head/usr.bin/trim/trim.c
> ==============================================================================
> --- head/usr.bin/trim/trim.c	Thu Nov 29 14:21:26 2018	(r341232)
> +++ head/usr.bin/trim/trim.c	Thu Nov 29 14:49:33 2018	(r341233)
> @@ -42,8 +42,10 @@
>  #include <sysexits.h>
>  #include <unistd.h>
>  
> +#ifndef lint
>  static const char rcsid[] =
>      "$FreeBSD$";
> +#endif /* not lint */

This is spelled __FBSDID("$FreeBSD$"); in FreeBSD sources.

-- 
John Baldwin

                                                                            



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?144de643-bcdc-7044-7ca0-26175117f4ea>