Re: svn commit: r263252 - head/sys/sys

2014-03-24 Thread Robert N. M. Watson
On 17 Mar 2014, at 01:48, Eitan Adler wrote: >> Fix a comment in capability.h: it got renamed to capsicum.h, not >> capability.h. > > Perhaps it makes to sense to add a #warning statement to the file as well? > > Additionally, is it intended that this file live forever or will be > removed a

Re: svn commit: r263252 - head/sys/sys

2014-03-16 Thread Eitan Adler
On 16 March 2014 17:05, Robert Watson wrote: > Author: rwatson > Date: Sun Mar 16 21:05:00 2014 > New Revision: 263252 > URL: http://svnweb.freebsd.org/changeset/base/263252 > > Log: > Fix a comment in capability.h: it got renamed to capsicum.h, not > capability.h. Perhaps it makes to sense t

svn commit: r263252 - head/sys/sys

2014-03-16 Thread Robert Watson
Author: rwatson Date: Sun Mar 16 21:05:00 2014 New Revision: 263252 URL: http://svnweb.freebsd.org/changeset/base/263252 Log: Fix a comment in capability.h: it got renamed to capsicum.h, not capability.h. MFC after:3 weeks Spotted by: alc, mcdouga9 at egr.msu.edu, thompsa Modifie