mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
uname: add NetBSD to operating systems list
This commit is contained in:
parent
330f797378
commit
7a62d8e4e7
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ const HOST_OS: &str = "Linux";
|
|||
const HOST_OS: &str = "Windows NT";
|
||||
#[cfg(target_os = "freebsd")]
|
||||
const HOST_OS: &str = "FreeBSD";
|
||||
#[cfg(target_os = "netbsd")]
|
||||
const HOST_OS: &str = "NetBSD";
|
||||
#[cfg(target_os = "openbsd")]
|
||||
const HOST_OS: &str = "OpenBSD";
|
||||
#[cfg(target_vendor = "apple")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue