Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
bd8ce4c1
Commit
bd8ce4c1
authored
Jul 02, 2019
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Fix sysfs path for the product name.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5b5c5df6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nt.c
dlls/ntdll/nt.c
+1
-1
No files found.
dlls/ntdll/nt.c
View file @
bd8ce4c1
...
@@ -2093,7 +2093,7 @@ static NTSTATUS get_firmware_info(SYSTEM_FIRMWARE_TABLE_INFORMATION *sfti, ULONG
...
@@ -2093,7 +2093,7 @@ static NTSTATUS get_firmware_info(SYSTEM_FIRMWARE_TABLE_INFORMATION *sfti, ULONG
bios_version_len
=
get_smbios_string
(
"/sys/class/dmi/id/bios_version"
,
S
(
bios_version
));
bios_version_len
=
get_smbios_string
(
"/sys/class/dmi/id/bios_version"
,
S
(
bios_version
));
bios_date_len
=
get_smbios_string
(
"/sys/class/dmi/id/bios_date"
,
S
(
bios_date
));
bios_date_len
=
get_smbios_string
(
"/sys/class/dmi/id/bios_date"
,
S
(
bios_date
));
system_vendor_len
=
get_smbios_string
(
"/sys/class/dmi/id/sys_vendor"
,
S
(
system_vendor
));
system_vendor_len
=
get_smbios_string
(
"/sys/class/dmi/id/sys_vendor"
,
S
(
system_vendor
));
system_product_len
=
get_smbios_string
(
"/sys/class/dmi/id/product"
,
S
(
system_product
));
system_product_len
=
get_smbios_string
(
"/sys/class/dmi/id/product
_name
"
,
S
(
system_product
));
system_version_len
=
get_smbios_string
(
"/sys/class/dmi/id/product_version"
,
S
(
system_version
));
system_version_len
=
get_smbios_string
(
"/sys/class/dmi/id/product_version"
,
S
(
system_version
));
system_serial_len
=
get_smbios_string
(
"/sys/class/dmi/id/product_serial"
,
S
(
system_serial
));
system_serial_len
=
get_smbios_string
(
"/sys/class/dmi/id/product_serial"
,
S
(
system_serial
));
board_vendor_len
=
get_smbios_string
(
"/sys/class/dmi/id/board_vendor"
,
S
(
board_vendor
));
board_vendor_len
=
get_smbios_string
(
"/sys/class/dmi/id/board_vendor"
,
S
(
board_vendor
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment