PERFORCE change 104282 for review
Todd Miller
millert at FreeBSD.org
Wed Aug 16 19:47:07 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=104282
Change 104282 by millert at millert_macbook on 2006/08/16 19:46:16
Remove prototype for non-existent mac_check_ipc_semctl function.
The actualy function is mac_check_sysv_semctl() (which has its
own prototype).
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac.h#3 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/security/mac.h#3 (text+ko) ====
@@ -352,8 +352,6 @@
*/
int mac_check_ioctl(struct ucred *cred, struct fileproc *fp, int com,
void *data);
-int mac_check_ipc_semctl(struct ucred *cred,
- struct semid_kernel *semakptr, int cmd);
int mac_check_sysv_semget(struct ucred *cred,
struct semid_kernel *semakptr);
int mac_check_sysv_semop(struct ucred *cred,struct semid_kernel *semakptr,
More information about the trustedbsd-cvs
mailing list