coreutils/src/uu/uptime
Laurent Cheylus 8c6d722916 uptime: tool unsupported on OpenBSD
- utmpx not supported on OpenBSD

  - add src/uu/uptime/src/platform directory and platform/mod.rs for conditional compilation
    according to target_os
  - platform/openbsd.rs: implementation on OpenBSD (unsupported tool)
  - platform/unix.rs: implementation on other OS
  - src/uu/uptime/src/uptime.rs: use platform module for uucore::main function
2023-12-11 18:23:35 +01:00
..
src uptime: tool unsupported on OpenBSD 2023-12-11 18:23:35 +01:00
Cargo.toml Prepare version 0.0.23 2023-11-13 22:02:01 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
uptime.md uptime: move help strings to markdown file 2023-03-16 19:42:44 +08:00