Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160013 Details for
Bug 249673
xorg-x11-server is broken on alpha
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Latest patch that fixes some compile issues when built against latest fc8 kernel/headers stuff
alpha-pci-include.patch (text/plain), 1.22 KB, created by
Oliver Falk
on 2007-07-26 12:15:12 UTC
(
hide
)
Description:
Latest patch that fixes some compile issues when built against latest fc8 kernel/headers stuff
Filename:
MIME Type:
Creator:
Oliver Falk
Created:
2007-07-26 12:15:12 UTC
Size:
1.22 KB
patch
obsolete
>--- xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx.h.orig 2007-07-25 13:50:48.000000000 +0200 >+++ xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx.h 2007-07-25 13:50:32.000000000 +0200 >@@ -11,7 +11,7 @@ > > /* new pciconfig_iobase syscall added in 2.2.15 and 2.3.99 */ > # include <linux/unistd.h> >-# include <asm/pci.h> >+# include <linux/pci.h> > extern long (*_iobase)(unsigned, int, int, int); > > /* > >--- xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_axp.c.orig 2007-07-25 17:26:00.000000000 +0200 >+++ xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_axp.c 2007-07-25 17:26:12.000000000 +0200 >@@ -113,7 +113,7 @@ > * pciconfig_iobase wrappers and dynamic i/o selection > */ > #include <linux/unistd.h> >-#include <asm/pci.h> >+#include <linux/pci.h> > #include <errno.h> > > /* glibc versions (single hose only) */ >--- xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_axp.c.iobase_from_hose 2007-07-26 08:57:43.000000000 +0200 >+++ xorg-server-1.3.0.0/hw/xfree86/os-support/linux/lnx_axp.c 2007-07-26 08:57:56.000000000 +0200 >@@ -115,6 +115,7 @@ > #include <linux/unistd.h> > #include <linux/pci.h> > #include <errno.h> >+#include "lnx.h" > > /* glibc versions (single hose only) */ > extern void _outb(char val, unsigned long port);
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 249673
:
160008
|
160009
|
160010
|
160011
|
160012
| 160013