Page MenuHomeFreeBSD

fix typo in acpidump
ClosedPublic

Authored by aokblast on Apr 2 2024, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 29, 5:54 AM
Unknown Object (File)
Mon, Jan 27, 4:57 PM
Unknown Object (File)
Dec 31 2024, 8:57 PM
Unknown Object (File)
Dec 31 2024, 7:34 PM
Unknown Object (File)
Nov 16 2024, 6:19 PM
Unknown Object (File)
Nov 7 2024, 7:45 AM
Unknown Object (File)
Nov 7 2024, 7:42 AM
Unknown Object (File)
Nov 7 2024, 5:45 AM
Subscribers

Details

Summary

Acpidump use iasl to parse acpi.
In the modified program segment, it use fork and execl to fork a iasl process then execute it. The status is received from "wait" system call.
Thus, In here, there is a typo to "iast". The correct one is "iasl"

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 56872
Build 53760: arc lint + arc unit