We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01141bb commit 3a6944aCopy full SHA for 3a6944a
src/uu/users/src/users.rs
@@ -10,7 +10,9 @@ use std::path::Path;
10
11
use clap::builder::ValueParser;
12
use clap::{Arg, Command};
13
+#[cfg(not(target_os = "openbsd"))]
14
use nix::sys::signal::kill;
15
16
use nix::unistd::Pid;
17
use uucore::error::UResult;
18
use uucore::format_usage;
0 commit comments