Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.

Suggested by:	kib
Obtained from:	Capsicum Project
Sponsored by:	Google
MFC after:	3 months
This commit is contained in:
Robert Watson 2011-03-12 12:10:17 +00:00
parent 864cac079f
commit 792892ee17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219565

View file

@ -330,8 +330,6 @@ FBSD_1.0 {
FBSD_1.1 {
__semctl;
cap_enter;
cap_getmode;
closefrom;
cpuset;
cpuset_getid;
@ -363,6 +361,8 @@ FBSD_1.1 {
};
FBSD_1.2 {
cap_enter;
cap_getmode;
getloginclass;
setloginclass;
};