Skip to content

Commit f88c066

Browse files
committed
Fixing last platform clippy specific build issue
1 parent 89e6c33 commit f88c066

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/uu/users/src/users.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ use std::path::Path;
1010

1111
use clap::builder::ValueParser;
1212
use clap::{Arg, Command};
13+
#[cfg(not(target_os = "openbsd"))]
1314
use nix::sys::signal::kill;
15+
#[cfg(not(target_os = "openbsd"))]
1416
use nix::unistd::Pid;
1517
use uucore::error::UResult;
1618
use uucore::format_usage;

0 commit comments

Comments
 (0)