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 89e6c33 commit f88c066Copy full SHA for f88c066
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