Skip to content

Commit

Permalink
Merge pull request shirou#1003 from ajacoutot/v3-process-openbsd
Browse files Browse the repository at this point in the history
v3/process: unbreak on OpenBSD
  • Loading branch information
Lomanic authored Nov 29, 2020
2 parents 340db11 + 0178a24 commit ca10f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/process/process_openbsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (p *Process) MemoryInfoWithContext(ctx context.Context) (*MemoryInfoStat, e
if err != nil {
return nil, err
}
pageSize, err := mem.GetpageSizeWithContext(ctx)
pageSize, err := mem.GetPageSizeWithContext(ctx)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit ca10f91

Please sign in to comment.