Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Feb 10, 2024
1 parent 7d3cbd5 commit 45819bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsd/restartable.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ print_proc(const struct kinfo_proc *kp) {
struct kinfo_vmentry *vmmap = kinfo_getvmmap(kp->ki_pid, &count);
if (vmmap == NULL) {
if (errno != EPERM)
warn(1, "kinfo_getvmmap(): %d", kp->ki_pid);
warn("kinfo_getvmmap(): %d", kp->ki_pid);
return;
}

Expand Down

0 comments on commit 45819bf

Please sign in to comment.