Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 135413 Details for
Bug 198344
xf86-video-ati-6.7.195 fails to build because uint32_t is not defined, patch provided
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
source patch to include <stdint.h>
xf86-video-ati-6.7.195-stdint.patch (text/plain), 963 bytes, created by
Christopher Friedt
on 2007-11-07 11:09:51 UTC
(
hide
)
Description:
source patch to include <stdint.h>
Filename:
MIME Type:
Creator:
Christopher Friedt
Created:
2007-11-07 11:09:51 UTC
Size:
963 bytes
patch
obsolete
>diff -Nuar xf86-video-ati-6.7.195-orig/src/atiprint.h xf86-video-ati-6.7.195/src/atiprint.h >--- xf86-video-ati-6.7.195-orig/src/atiprint.h 2007-08-07 06:15:31.000000000 +0200 >+++ xf86-video-ati-6.7.195/src/atiprint.h 2007-11-07 12:02:00.000000000 +0100 >@@ -27,6 +27,9 @@ > > #include "xf86str.h" > >+// for uint32_t (cfriedt@visible-assets.com) >+#include <stdint.h> >+ > extern void ATIPrintBIOS(const CARD8 *, const unsigned int); > extern void ATIPrintRegisters(ATIPtr); > extern void ATIPrintMode(DisplayModePtr); >diff -Nuar xf86-video-ati-6.7.195-orig/src/atiprobe.h xf86-video-ati-6.7.195/src/atiprobe.h >--- xf86-video-ati-6.7.195-orig/src/atiprobe.h 2007-08-07 06:15:31.000000000 +0200 >+++ xf86-video-ati-6.7.195/src/atiprobe.h 2007-11-07 11:51:50.000000000 +0100 >@@ -25,6 +25,9 @@ > > #include "xf86str.h" > >+// for uint32_t (cfriedt@visible-assets.com) >+#include <stdint.h> >+ > extern Bool ATIMach64ProbeIO(pciVideoPtr, ATIPtr); > > #endif /* ___ATIPROBE_H___ */
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 198344
: 135413 |
135414