On Mon, Nov 25, 2014 at 09:31:38AM +0000, Christian Brueffer wrote:
> Author: brueffer
> Date: Mon Nov 24 09:31:38 2014
> New Revision: 274960
> URL: https://svnweb.freebsd.org/changeset/base/274960
> 
> Log:
>   Limit descriptors and enter capability mode.
>   
>   Differential:       D1009
>   Reviewed by:        jonathan, pjd
>   MFC after:  2 weeks
>   Relnotes:   yes
> 
> Modified:
>   head/usr.bin/elfdump/elfdump.c
> 
> Modified: head/usr.bin/elfdump/elfdump.c
> ==============================================================================
> --- head/usr.bin/elfdump/elfdump.c    Mon Nov 24 09:16:19 2014        
> (r274959)
> +++ head/usr.bin/elfdump/elfdump.c    Mon Nov 24 09:31:38 2014        
> (r274960)
> @@ -29,12 +29,15 @@
>  __FBSDID("$FreeBSD$");
>  
>  #include <sys/types.h>
> +
> +#include <sys/capsicum.h>

Beware that MFC will not work oot of box as sys/capsicum.h is not in stable/10
the only way to do portable capsicum right now between freebsd branches is to
use sys/capability.h

Best regards,
Bapt

Attachment: pgpaQ7XcPxWe_.pgp
Description: PGP signature

Reply via email to