Page MenuHomeFreeBSD

fix typo in acpidump
ClosedPublic

Authored by aokblast on Apr 2 2024, 4:07 PM.
Tags
None
Referenced Files
F102068823: D44596.diff
Thu, Nov 7, 5:45 AM
Unknown Object (File)
Mon, Oct 21, 3:52 AM
Unknown Object (File)
Oct 2 2024, 4:26 AM
Unknown Object (File)
Sep 28 2024, 4:57 AM
Unknown Object (File)
Sep 26 2024, 10:00 PM
Unknown Object (File)
Sep 25 2024, 9:07 PM
Unknown Object (File)
Sep 22 2024, 8:31 AM
Unknown Object (File)
Sep 22 2024, 3:58 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 Not Applicable
Unit
Tests Not Applicable