Re: svn commit: r191991 - head/sys/kern

2009-05-11 Thread Attilio Rao
2009/5/11, Attilio Rao : > Author: attilio > Date: Mon May 11 16:32:58 2009 > New Revision: 191991 > URL: http://svn.freebsd.org/changeset/base/191991 > > Log: > Fix a kernel compilation error, introduced after r191990, by defining > thread with curthread in the AUDIT case. The r191990 revisio

svn commit: r191991 - head/sys/kern

2009-05-11 Thread Attilio Rao
Author: attilio Date: Mon May 11 16:32:58 2009 New Revision: 191991 URL: http://svn.freebsd.org/changeset/base/191991 Log: Fix a kernel compilation error, introduced after r191990, by defining thread with curthread in the AUDIT case. Reported by: dchagin Modified: head/sys/kern/vfs_lo