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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"