diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2011-03-04 09:03:54 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2011-03-04 09:03:54 +0000 |
| commit | d783bbd2d2510ea60941e6032b303095f43c2fbd (patch) | |
| tree | faedac0fef3fe158b705e39c344a469ff8f3637e /sys/security | |
| parent | f1168f9929e84651687cdbda467929e301d2a3e8 (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/mac/mac_syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_syscalls.c b/sys/security/mac/mac_syscalls.c index 6376c1b4d350..aea088582b31 100644 --- a/sys/security/mac/mac_syscalls.c +++ b/sys/security/mac/mac_syscalls.c @@ -73,7 +73,7 @@ __FBSDID("$FreeBSD$"); #ifdef MAC -FEATURE(mac, "Mandatory Access Control Framework support"); +FEATURE(security_mac, "Mandatory Access Control Framework support"); int __mac_get_pid(struct thread *td, struct __mac_get_pid_args *uap) |
