mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
sys/openbsd: fix linter warnings
sys/openbsd/init.go:58:36: Top level comment should end in a period // kCoverFd in executor/executor.cc ^ sys/openbsd/init.go:60:38: Top level comment should end in a period // kOutPipeFd in executor/executor.cc ^
This commit is contained in:
parent
712de1c63d
commit
2d37b9667e
@ -55,9 +55,9 @@ const (
|
|||||||
devFdMajor = 22
|
devFdMajor = 22
|
||||||
devNullDevT = 0x0202
|
devNullDevT = 0x0202
|
||||||
|
|
||||||
// kCoverFd in executor/executor.cc
|
// kCoverFd in executor/executor.cc.
|
||||||
kcovFdMinorMin = 232
|
kcovFdMinorMin = 232
|
||||||
// kOutPipeFd in executor/executor.cc
|
// kOutPipeFd in executor/executor.cc.
|
||||||
kcovFdMinorMax = 248
|
kcovFdMinorMax = 248
|
||||||
|
|
||||||
// Mask covering all valid rlimit resources.
|
// Mask covering all valid rlimit resources.
|
||||||
|
Loading…
Reference in New Issue
Block a user