svn commit: r305807 - in head/sys: amd64/amd64 i386/i386 x86/include

Bruce Evans brde at optusnet.com.au
Wed Sep 14 17:34:47 UTC 2016


On Wed, 14 Sep 2016, Bjoern A. Zeeb wrote:

> On 14 Sep 2016, at 12:57, Bruce Evans wrote:
>
>> Author: bde
>> Date: Wed Sep 14 12:57:40 2016
>> New Revision: 305807
>> URL: https://svnweb.freebsd.org/changeset/base/305807
>> 
>> Log:
>> 
>> Modified:
>>   head/sys/amd64/amd64/trap.c
>
> breaks all amd64 LINT* kernels:
>
> /scratch/tmp/bz/head.svn/sys/amd64/amd64/trap.c:937:22: error: use of 
> undeclared identifier 'frame'; did you mean 'free'?
>        if (!TRAPF_USERMODE(frame)) {
>                            ^~~~~
>                            free

Oops.  I see you fixed it.  Thanks.

Bruce


More information about the svn-src-all mailing list