fix(auditbeat): use correct filetimes field names in some systems#41038
fix(auditbeat): use correct filetimes field names in some systems#41038kruskall merged 1 commit intoelastic:mainfrom
Conversation
fix compile errors on non-linux and openbsd systems syscall.Stat_t field names is not consistent in different goos causing compile errors on openbsd and non-linux systems
|
This pull request doesn't have a |
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
|
|
@elastic/sec-linux-platform friendly ping for review |
1 similar comment
|
@elastic/sec-linux-platform friendly ping for review |
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Proposed commit message
fix compile errors on non-linux and openbsd systems
syscall.Stat_t field names is not consistent in different goos causing compile errors on openbsd and non-linux systems
openbsd/riscv still fails to compile but should be fixed once #40132 is merged
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Disruptive User Impact
Author's Checklist
How to test this PR locally
build auditbeat with
GOOS=openbsd GOARCH=amd64 go build .Related issues
Use cases
Screenshots
Logs