diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-01-23 15:28:02 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-01-23 15:28:02 +0000 |
commit | fc686d2053b9d1d7b878dd14fca310c75120588c (patch) | |
tree | 1d7cac01a4e9611af127944e90ad03a7f7825358 /lib/libc/posix1e/mac_get.c | |
parent | a47343e8a28d27c9e7ebaeae24ff7e5a98d31ea0 (diff) | |
download | FreeBSD-src-fc686d2053b9d1d7b878dd14fca310c75120588c.zip FreeBSD-src-fc686d2053b9d1d7b878dd14fca310c75120588c.tar.gz |
Minor white space tweak.
MFC after: 3 days
Diffstat (limited to 'lib/libc/posix1e/mac_get.c')
-rw-r--r-- | lib/libc/posix1e/mac_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/mac_get.c b/lib/libc/posix1e/mac_get.c index bbfe7ed..1913f5d 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) { |