Page MenuHomeFreeBSD

fix typo in acpidump
ClosedPublic

Authored by aokblast on Apr 2 2024, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 5, 4:19 AM
Unknown Object (File)
Sat, Sep 20, 8:36 PM
Unknown Object (File)
Mon, Sep 15, 4:48 PM
Unknown Object (File)
Aug 26 2025, 2:47 PM
Unknown Object (File)
Aug 23 2025, 9:42 PM
Unknown Object (File)
Aug 12 2025, 12:18 PM
Unknown Object (File)
Aug 9 2025, 12:48 AM
Unknown Object (File)
Jul 8 2025, 2:52 PM
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