mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Fix dmidecode SYS_FIRMWARE_DIR patched macro
This commit is contained in:
parent
684c39bc19
commit
9af62ba6e3
Notes:
sideshowbarker
2024-07-17 16:22:38 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/9af62ba6e3 Pull-request: https://github.com/SerenityOS/serenity/pull/13400
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ diff -u b/dmidecode.c b/dmidecode.c
|
|||
#define FLAG_STOP_AT_EOT (1 << 1)
|
||||
|
||||
-#define SYS_FIRMWARE_DIR "/sys/firmware/dmi/tables"
|
||||
+#define SYS_FIRMWARE_DIR "/sys/bios"
|
||||
+#define SYS_FIRMWARE_DIR "/sys/firmware/bios"
|
||||
#define SYS_ENTRY_FILE SYS_FIRMWARE_DIR "/smbios_entry_point"
|
||||
#define SYS_TABLE_FILE SYS_FIRMWARE_DIR "/DMI"
|
||||
|
||||
|
|
Loading…
Reference in a new issue