diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-10-22 11:07:18 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-10-22 11:07:18 +0000 |
commit | 730226a1f3678a2ade4519189bd2db3b82f3186b (patch) | |
tree | ae48e373dafd9fdfafb63ff2119906ed37cb7683 /sys/security | |
parent | f046b536920c8b21efc158ad1ec9050595be4676 (diff) | |
download | FreeBSD-src-730226a1f3678a2ade4519189bd2db3b82f3186b.zip FreeBSD-src-730226a1f3678a2ade4519189bd2db3b82f3186b.tar.gz |
Remove extern declaration of mac_enforce_sysv, as it's not present in
the CVS version of the MAC Framework.
Diffstat (limited to 'sys/security')
-rw-r--r-- | sys/security/mac/mac_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h index 4fcbd80..bcb95a2 100644 --- a/sys/security/mac/mac_internal.h +++ b/sys/security/mac/mac_internal.h @@ -65,7 +65,6 @@ extern int mac_late; extern int mac_enforce_network; extern int mac_enforce_process; extern int mac_enforce_socket; -extern int mac_enforce_sysv; extern int mac_enforce_vm; #ifndef MAC_ALWAYS_LABEL_MBUF extern int mac_labelmbufs; |