Skip to content

Commit

Permalink
stdbuf: rename dragonflybsd to dragonfly
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker authored and BenWiederhake committed May 8, 2024
1 parent 50988f5 commit 8078fca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/uu/stdbuf/src/stdbuf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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"))
Expand All @@ -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)> {
Expand Down

0 comments on commit 8078fca

Please sign in to comment.