]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
uefisign: Remove backwards-compatibility sys/capability.h support
authoremaste <emaste@FreeBSD.org>
Mon, 19 Sep 2016 16:07:32 +0000 (16:07 +0000)
committeremaste <emaste@FreeBSD.org>
Mon, 19 Sep 2016 16:07:32 +0000 (16:07 +0000)
commitc4226fc22ff1b014d7fbbb4b9f77553417c234b1
tree5fbd2764ccb67cedc1d06783834d76a3d3b88883
parent3f4c126b42a5889e80f0ddbd9371450603013021
uefisign: Remove backwards-compatibility sys/capability.h support

uefisign previously included sys/capability.h or sys/capsicum.h based
on __FreeBSD_version in order to facilitate development on the stable
branch. The Capsicum header is now installed as sys/capsicum.h in
stable/10 and FreeBSD 10.3, so there's no need for the backwards
compatibility support.

Reviewed by: trasz
Sponsored by: The FreeBSD Foundation
usr.sbin/uefisign/child.c