missed reference to xfree86/os-support/linux/agpgart.h
Andrew C Aitchison <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Message-ID | <[email protected]> |
On the off-chance that this hasn't already been spotted, here is a patch to make xc/programs/Xserver/hw/tinyx/linux/agp.c compile after xfree86/os-support/linux/agpgart.h was retired in favour of the system version.
include.patch.20051015
(text/plain, 332 B)
Index: xc/programs/Xserver/hw/tinyx/linux/agp.c =================================================================== RCS file: /home/CVS/XFree86/xc/programs/Xserver/hw/tinyx/linux/agp.c,v retrieving revision 1.2 diff -r1.2 agp.c 111c111 < #include "../../xfree86/os-support/linux/agpgart.h" --- > #include <linux/agpgart.h>