Minor white space tweak.
MFC after: 3 days
This commit is contained in:
parent
a47343e8a2
commit
fc686d2053
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user