Deleted Added
full compact
43c43
< __FBSDID("$FreeBSD: head/sys/security/mac/mac_framework.c 120582 2003-09-29 18:35:17Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/security/mac/mac_framework.c 121371 2003-10-22 20:42:22Z rwatson $");
238d237
< static int error_select(int error1, int error2);
363c362
< error = error_select( \
---
> error = mac_error_select( \
370c369
< error = error_select( \
---
> error = mac_error_select( \
712,713c711,712
< static int
< error_select(int error1, int error2)
---
> int
> mac_error_select(int error1, int error2)