Skip to content

Commit

Permalink
uucore: remove support for Bitrig
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker authored and BenWiederhake committed May 8, 2024
1 parent eb6f1df commit 50988f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/uucore/src/lib/features/fsext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

//! Set of functions to manage file systems
// spell-checker:ignore DATETIME getmntinfo subsecond (arch) bitrig ; (fs) cifs smbfs
// spell-checker:ignore DATETIME getmntinfo subsecond (fs) cifs smbfs

#[cfg(any(target_os = "linux", target_os = "android"))]
const LINUX_MTAB: &str = "/etc/mtab";
Expand Down Expand Up @@ -85,7 +85,6 @@ pub use libc::statfs as StatFs;
#[cfg(any(
target_os = "aix",
target_os = "netbsd",
target_os = "bitrig",
target_os = "dragonfly",
target_os = "illumos",
target_os = "solaris",
Expand All @@ -104,7 +103,6 @@ pub use libc::statfs as statfs_fn;
#[cfg(any(
target_os = "aix",
target_os = "netbsd",
target_os = "bitrig",
target_os = "illumos",
target_os = "solaris",
target_os = "dragonfly",
Expand Down

0 comments on commit 50988f5

Please sign in to comment.