Re: CVS commit: src/sys

2014-04-25 Thread Taylor R Campbell
   Date: Fri, 25 Apr 2014 23:54:59 +
   From: Taylor R Campbell 

   Modified Files:
   src/sys/dev/ic: apple_smc.c
   ...

   Log Message:
   Implement Linux dmi_check_system API.

Oops, that file was not supposed to be included in this commit.  Must
have failed to review the diff closely enough.  Commit message on that
file has been fixed with `cvs admin'.


Re: CVS commit: src/include/ssp

2014-04-25 Thread Antti Kantee

On 25/04/14 18:00, Christos Zoulas wrote:

In article <20140425171614.ga22...@britannica.bec.de>,
Joerg Sonnenberger   wrote:

On Thu, Apr 24, 2014 at 08:12:56PM +, Antti Kantee wrote:

Module Name:src
Committed By:   pooka
Date:   Thu Apr 24 20:12:56 UTC 2014

Modified Files:
src/include/ssp: string.h

Log Message:
Wrap stpncpy() iff GNUC_PREREQ(4,8).  Fixes USE_SSP=yes builds
with gcc 4.5.


This produces a regerssion for clang users.


Yes, what are you trying to fix?


The thing stated in the commit message: "USE_SSP=yes builds with gcc 4.5"


Re: CVS commit: src/include/ssp

2014-04-25 Thread Christos Zoulas
In article <20140425171614.ga22...@britannica.bec.de>,
Joerg Sonnenberger   wrote:
>On Thu, Apr 24, 2014 at 08:12:56PM +, Antti Kantee wrote:
>> Module Name: src
>> Committed By:pooka
>> Date:Thu Apr 24 20:12:56 UTC 2014
>> 
>> Modified Files:
>>  src/include/ssp: string.h
>> 
>> Log Message:
>> Wrap stpncpy() iff GNUC_PREREQ(4,8).  Fixes USE_SSP=yes builds
>> with gcc 4.5.
>
>This produces a regerssion for clang users.

Yes, what are you trying to fix?

christos



Re: CVS commit: src/include/ssp

2014-04-25 Thread Joerg Sonnenberger
On Thu, Apr 24, 2014 at 08:12:56PM +, Antti Kantee wrote:
> Module Name:  src
> Committed By: pooka
> Date: Thu Apr 24 20:12:56 UTC 2014
> 
> Modified Files:
>   src/include/ssp: string.h
> 
> Log Message:
> Wrap stpncpy() iff GNUC_PREREQ(4,8).  Fixes USE_SSP=yes builds
> with gcc 4.5.

This produces a regerssion for clang users.

Joerg