Bugzilla – Attachment 49623 Details for
Bug 116430
ATI x200 Integrated Motherboard Drivers Fail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
This is the patch I use for building.
fglrx64_6_8_0-8.16.20-1.x86_64.diff (text/plain), 649 bytes, created by
Stefan Dirsch
on 2005-09-12 14:16:46 UTC
(
hide
)
Description:
This is the patch I use for building.
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2005-09-12 14:16:46 UTC
Size:
649 bytes
patch
obsolete
>--- firegl_public.c.orig 2005-08-29 08:05:42.373475921 +0200 >+++ firegl_public.c 2005-08-29 08:06:04.176652314 +0200 >@@ -121,7 +121,7 @@ > #endif > > #ifdef __x86_64__ >-#include "asm/ioctl32.h" >+#include "linux/ioctl32.h" > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,2) > #include "linux/syscalls.h" > #endif >--- firegl_public.c.orig 2005-08-29 22:27:56.000000000 +0000 >+++ firegl_public.c 2005-08-29 22:29:13.000000000 +0000 >@@ -1063,9 +1063,9 @@ > > int ATI_API_CALL firegl_get_user_ptr(u32 *src, void **dst) > { >- void *temp=NULL; >+ unsigned long temp; > int err = get_user(temp, src); >- *dst = temp; >+ *dst = (void *) temp; > return err; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 116430
: 49623