summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c09aa46..19fa3bf 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -45,7 +45,7 @@ fn get_listener_from_systemd() -> io::Result<TokioUnixListener> {
}
let fd = fds.remove(0);
-
+ // See note inside `systemd_socket::is_socket_internal` for why this is broken on Darwin.
#[cfg(not(target_vendor = "apple"))] // See note in `is_socket_unix`.
{
use nix::sys::socket::SockType;