summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_pipe.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-06 03:42:43 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-06 03:42:43 +0000
commitc7fff281b1aed8ec30891857df70952ab61e7f92 (patch)
treeb63348ba70defd284f4b92322effd5a78583d415 /sys/security/mac/mac_pipe.c
parente150e86d4b330ca1b7ec95e742e4555f84eb9c16 (diff)
downloadFreeBSD-src-c7fff281b1aed8ec30891857df70952ab61e7f92.zip
FreeBSD-src-c7fff281b1aed8ec30891857df70952ab61e7f92.tar.gz
Remove the flags argument from mac_externalize_*_label(), as it's not
passed into policies or used internally to the MAC Framework. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/security/mac/mac_pipe.c')
-rw-r--r--sys/security/mac/mac_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_pipe.c b/sys/security/mac/mac_pipe.c
index 6c865b4..b30ebaf 100644
--- a/sys/security/mac/mac_pipe.c
+++ b/sys/security/mac/mac_pipe.c
@@ -109,7 +109,7 @@ mac_copy_pipe_label(struct label *src, struct label *dest)
int
mac_externalize_pipe_label(struct label *label, char *elements,
- char *outbuf, size_t outbuflen, int flags)
+ char *outbuf, size_t outbuflen)
{
int error;
OpenPOWER on IntegriCloud