summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-01-23 15:28:02 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-01-23 15:28:02 +0000
commit5be397116673e25ba267c5d9c93fb8d13a90a326 (patch)
tree1d7cac01a4e9611af127944e90ad03a7f7825358
parent20e3484680b996c1a485496e4ee7a0db34bf058f (diff)
Notes
-rw-r--r--lib/libc/posix1e/mac_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/mac_get.c b/lib/libc/posix1e/mac_get.c
index bbfe7ede3878c..1913f5d21f44f 100644
--- a/lib/libc/posix1e/mac_get.c
+++ b/lib/libc/posix1e/mac_get.c
@@ -62,7 +62,6 @@ mac_get_link(const char *path, struct mac *label)
return (__mac_get_link(path, label));
}
-
int
mac_get_peer(int fd, struct mac *label)
{
@@ -71,6 +70,7 @@ mac_get_peer(int fd, struct mac *label)
len = sizeof(*label);
return (getsockopt(fd, SOL_SOCKET, SO_PEERLABEL, label, &len));
}
+
int
mac_get_pid(pid_t pid, struct mac *label)
{