1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Add a return type for mac_biba_high_single(), apparently lost in an

earlier merge.  It's a 'static int'.
This commit is contained in:
Robert Watson 2002-10-28 19:18:29 +00:00
parent 566d99847b
commit 6d65e3d4ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106091

View File

@ -337,6 +337,7 @@ mac_biba_subject_privileged(struct mac_biba *mac_biba)
return (EPERM);
}
static int
mac_biba_high_single(struct mac_biba *mac_biba)
{