aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/mac/mac_pipe.c')
-rw-r--r--sys/security/mac/mac_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/mac/mac_pipe.c b/sys/security/mac/mac_pipe.c
index cf543849e795..6c865b468391 100644
--- a/sys/security/mac/mac_pipe.c
+++ b/sys/security/mac/mac_pipe.c
@@ -113,7 +113,7 @@ mac_externalize_pipe_label(struct label *label, char *elements,
{
int error;
- MAC_EXTERNALIZE(pipe_label, label, elements, outbuf, outbuflen);
+ MAC_EXTERNALIZE(pipe, label, elements, outbuf, outbuflen);
return (error);
}
@@ -123,7 +123,7 @@ mac_internalize_pipe_label(struct label *label, char *string)
{
int error;
- MAC_INTERNALIZE(pipe_label, label, string);
+ MAC_INTERNALIZE(pipe, label, string);
return (error);
}