summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-08-22 17:49:59 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-08-22 17:49:59 +0000
commit930d4ffa56b3e88135c41f592c7d85b2ef089cf6 (patch)
treea0b81387ac24b4e7677b4724d6ed1a9e498f5635 /lib/libc
parentee6b974c419c1f1e268678ecdcb2e796239e7b45 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/posix1e/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/mac.c b/lib/libc/posix1e/mac.c
index 3426ac3b8e46..def4bb20f21e 100644
--- a/lib/libc/posix1e/mac.c
+++ b/lib/libc/posix1e/mac.c
@@ -331,7 +331,7 @@ mac_to_text(struct mac *mac, char **text)
}
int
-mac_prepare(struct mac **mac, char *elements)
+mac_prepare(struct mac **mac, const char *elements)
{
if (strlen(elements) >= MAC_MAX_LABEL_BUF_LEN)