mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
adding freebsd target_os
This commit is contained in:
parent
94e246e1cb
commit
1e12b8552f
|
@ -1,5 +1,8 @@
|
|||
use std::fs::Metadata;
|
||||
|
||||
#[cfg(target_os = "freebsd")]
|
||||
use std::os::freebsd::fs::MetadataExt;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::os::linux::fs::MetadataExt;
|
||||
|
||||
|
|
Loading…
Reference in a new issue