Minor white space tweak.

MFC after:	3 days
This commit is contained in:
rwatson 2005-01-23 15:28:02 +00:00
parent a47343e8a2
commit fc686d2053

View File

@ -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)
{