Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 201316 Details for
Bug 281567
[QA/PATCH] sys-power/pmtools respect LDFLAGS and fix for 64bit
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sizeof is long
pmtools-20071116-64bit.patch (text/plain), 674 bytes, created by
Zeev Tarantov
on 2009-08-15 11:42:03 UTC
(
hide
)
Description:
sizeof is long
Filename:
MIME Type:
Creator:
Zeev Tarantov
Created:
2009-08-15 11:42:03 UTC
Size:
674 bytes
patch
obsolete
>--- madt/madt.c.orig >+++ madt/madt.c >@@ -46,7 +46,7 @@ > { > size_t retval; > >- if (verbose) printf("reading %d byte entry header\n", sizeof(acpi_table_entry_header)); >+ if (verbose) printf("reading %ld byte entry header\n", sizeof(acpi_table_entry_header)); > retval = fread((void *)entry_header, sizeof(acpi_table_entry_header), 1, stdin); > return retval; > } >@@ -64,7 +64,7 @@ > > bytes_read = csum = 0; > >- if (verbose) printf("reading %d madt header\n", sizeof(struct acpi_table_madt)); >+ if (verbose) printf("reading %ld madt header\n", sizeof(struct acpi_table_madt)); > > retval = fread((void *)buffer, sizeof(struct acpi_table_madt), 1, stdin); > if (retval != 1) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281567
:
201314
| 201316 |
201318