summaryrefslogtreecommitdiff
path: root/devel/libdatadog/files/patch-sidecar-src-setup-unix.rs
blob: c89f7547f2c32c36576e22077d24c318a1e6b3d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- sidecar/src/setup/unix.rs.orig	2024-05-03 17:30:09 UTC
+++ sidecar/src/setup/unix.rs
@@ -111,6 +111,9 @@ impl Default for SharedDirLiaison {
     }
 }
 
+#[cfg(target_os = "freebsd")]
+pub type DefaultLiason = SharedDirLiaison;
+
 #[cfg(target_os = "linux")]
 mod linux {
     use std::{io, os::unix::net::UnixListener, path::PathBuf};