mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #2670 from sylvestre/freebsd3
Fixed a warning on freebdsd
This commit is contained in:
commit
7712fd02f2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use std::os::unix::fs;
|
|||
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::fs::symlink as symlink_file;
|
||||
#[cfg(unix)]
|
||||
#[cfg(all(unix, not(target_os = "freebsd")))]
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
#[cfg(windows)]
|
||||
use std::os::windows::fs::symlink_file;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue