Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 509170 Details for
Bug 640454
sys-fs/udev-216 mtd_probe.h:24:9: error: unknown type name 'uint32_t' uint8_t
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add missing #include <stdint.h> to fix it
file_640454.txt (text/plain), 529 bytes, created by
Alex Cannon
on 2017-12-10 04:37:32 UTC
(
hide
)
Description:
Patch to add missing #include <stdint.h> to fix it
Filename:
MIME Type:
Creator:
Alex Cannon
Created:
2017-12-10 04:37:32 UTC
Size:
529 bytes
patch
obsolete
>--- systemd-216/src/udev/mtd_probe/mtd_probe.h 2014-02-13 02:42:34.000000000 +0000 >+++ systemd-216.patched/src/udev/mtd_probe/mtd_probe.h 2017-12-10 04:31:00.000000000 +0000 >@@ -17,6 +17,11 @@ > * Boston, MA 02110-1301 USA > */ > >+/* Bug fix to fix uint32_t not defined error on later systems >+ * (header files) or maybe later gcc versions that cause the problem. >+ * Submitting this patch to Gentoo bugs */ >+#include <stdint.h> >+ > #include <mtd/mtd-user.h> > > /* Full oob structure as written on the flash */
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 640454
: 509170