Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Nov 28, 2023
1 parent 6d5b131 commit 6d72919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oximeter/instruments/src/kstat/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ mod tests {
}

impl TestEtherstub {
const PFEXEC: &str = "/usr/bin/pfexec";
const DLADM: &str = "/usr/sbin/dladm";
const PFEXEC: &'static str = "/usr/bin/pfexec";
const DLADM: &'static str = "/usr/sbin/dladm";
fn new() -> Self {
let name = format!(
"kstest{}0",
Expand Down

0 comments on commit 6d72919

Please sign in to comment.