Page MenuHomeFreeBSD

fix typo in acpidump
ClosedPublic

Authored by aokblast on Apr 2 2024, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 24, 6:39 AM
Unknown Object (File)
Sun, Sep 6, 11:37 PM
Unknown Object (File)
Sun, Sep 6, 1:35 PM
Unknown Object (File)
Sun, Sep 6, 4:25 AM
Unknown Object (File)
Sun, Sep 6, 2:50 AM
Unknown Object (File)
Fri, Sep 4, 12:57 AM
Unknown Object (File)
Wed, Sep 2, 9:39 AM
Unknown Object (File)
Wed, Sep 2, 12:30 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