Fix typo introduced in r305949 with the stable/10 bootstrapping logic

The header is sys/capability.h, not sys/capabilities.h

X-MFC with:	r305949
Pointyhat to:	bapt
Reported by:	allanjude, Jenkins
Sponsored by: 	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2016-09-19 03:02:43 +00:00
parent 5c07002e67
commit 720ca50063
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305957

View File

@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
#if __FreeBSD_version > 1001510
#include <sys/capsicum.h>
#else
#include <sys/capabilities.h>
#include <sys/capability.h>
#endif
#include <sys/types.h>