From bd24e9a105c85d66dca5b7bab1a4e1a478def5f6 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 19 Sep 2016 16:07:32 +0000 Subject: [PATCH] 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.sbin/uefisign/child.c b/usr.sbin/uefisign/child.c index 7dfc21108e7..c8f5e4c277d 100644 --- a/usr.sbin/uefisign/child.c +++ b/usr.sbin/uefisign/child.c @@ -32,11 +32,7 @@ __FBSDID("$FreeBSD$"); #include -#if __FreeBSD_version >= 1100000 #include -#else -#include -#endif #include #include #include