aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bsdiff/bspatch
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-09-20 15:13:15 +0000
committerEd Maste <emaste@FreeBSD.org>2016-09-20 15:13:15 +0000
commit23648b7d730bcb5cd0ed1bc061ac18387545f814 (patch)
treeb9c57ee97f2219d5344e5687b388fefef6e5d623 /usr.bin/bsdiff/bspatch
parent6f70040b387be84c460815a6e1cb1b8d5820b82f (diff)
downloadsrc-23648b7d730bcb5cd0ed1bc061ac18387545f814.tar.gz
src-23648b7d730bcb5cd0ed1bc061ac18387545f814.zip
Notes
Diffstat (limited to 'usr.bin/bsdiff/bspatch')
-rw-r--r--usr.bin/bsdiff/bspatch/bspatch.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/bsdiff/bspatch/bspatch.c b/usr.bin/bsdiff/bspatch/bspatch.c
index 185814639a20..fc7c07de7b72 100644
--- a/usr.bin/bsdiff/bspatch/bspatch.c
+++ b/usr.bin/bsdiff/bspatch/bspatch.c
@@ -29,12 +29,9 @@ __FBSDID("$FreeBSD$");
#if defined(__FreeBSD__)
#include <sys/param.h>
-#if __FreeBSD_version >= 1100014
+#if __FreeBSD_version >= 1001511
#include <sys/capsicum.h>
#define HAVE_CAPSICUM
-#elif __FreeBSD_version >= 1000000
-#include <sys/capability.h>
-#define HAVE_CAPSICUM
#endif
#endif