mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
stdbuf: rename dragonflybsd to dragonfly
This commit is contained in:
parent
50988f5d07
commit
8078fca99b
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
// spell-checker:ignore (ToDO) tempdir dyld dylib dragonflybsd optgrps libstdbuf
|
||||
// spell-checker:ignore (ToDO) tempdir dyld dylib optgrps libstdbuf
|
||||
|
||||
use clap::{crate_version, Arg, ArgAction, ArgMatches, Command};
|
||||
use std::fs::File;
|
||||
|
@ -64,7 +64,7 @@ struct ProgramOptionsError(String);
|
|||
target_os = "android",
|
||||
target_os = "freebsd",
|
||||
target_os = "netbsd",
|
||||
target_os = "dragonflybsd"
|
||||
target_os = "dragonfly"
|
||||
))]
|
||||
fn preload_strings() -> UResult<(&'static str, &'static str)> {
|
||||
Ok(("LD_PRELOAD", "so"))
|
||||
|
@ -80,7 +80,7 @@ fn preload_strings() -> UResult<(&'static str, &'static str)> {
|
|||
target_os = "android",
|
||||
target_os = "freebsd",
|
||||
target_os = "netbsd",
|
||||
target_os = "dragonflybsd",
|
||||
target_os = "dragonfly",
|
||||
target_vendor = "apple"
|
||||
)))]
|
||||
fn preload_strings() -> UResult<(&'static str, &'static str)> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue