uucore: remove support for Bitrig

This commit is contained in:
Daniel Hofstetter 2024-05-08 09:21:13 +02:00 committed by Ben Wiederhake
parent eb6f1df3bc
commit 50988f5d07

View file

@ -5,7 +5,7 @@
//! Set of functions to manage file systems //! 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"))] #[cfg(any(target_os = "linux", target_os = "android"))]
const LINUX_MTAB: &str = "/etc/mtab"; const LINUX_MTAB: &str = "/etc/mtab";
@ -85,7 +85,6 @@ pub use libc::statfs as StatFs;
#[cfg(any( #[cfg(any(
target_os = "aix", target_os = "aix",
target_os = "netbsd", target_os = "netbsd",
target_os = "bitrig",
target_os = "dragonfly", target_os = "dragonfly",
target_os = "illumos", target_os = "illumos",
target_os = "solaris", target_os = "solaris",
@ -104,7 +103,6 @@ pub use libc::statfs as statfs_fn;
#[cfg(any( #[cfg(any(
target_os = "aix", target_os = "aix",
target_os = "netbsd", target_os = "netbsd",
target_os = "bitrig",
target_os = "illumos", target_os = "illumos",
target_os = "solaris", target_os = "solaris",
target_os = "dragonfly", target_os = "dragonfly",