svn commit: r343113 - head/contrib/libc++/include

Kirk McKusick mckusick at mckusick.com
Thu Jan 17 19:14:04 UTC 2019


> From:    Andriy Gapon <avg at FreeBSD.org>
> Date:    Thu, 17 Jan 2019 19:05:20 +0200
> To:      Kirk McKusick <mckusick at freebsd.org>, src-committers at freebsd.org,
> 	 svn-src-all at freebsd.org, svn-src-head at freebsd.org
> Subject: Re: svn commit: r343113 - head/contrib/libc++/include
> 
> On 17/01/2019 17:35, Kirk McKusick wrote:
>> -#ifdef ELAST
>> +#if defined(ELAST)
> 
> I think that these are exactly the same, so not sure what the change does.
> 
> -- 
> Andriy Gapon

It was suggested to me that Clang was 'strict' and that it would kick
out the first form. That proved to not be true. To compound my goof, I
missed the actual fix when I did the commit, so had to do -r343115
to get the needed part of the fix in place. I should learn to have my
morning coffee *before* commiting anything.

	Kirk McKusick


More information about the svn-src-head mailing list