diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-07 18:34:37 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-07 18:34:37 +0000 |
commit | cdfc8e010e230763250eb8b57d0106d20cf40080 (patch) | |
tree | 67cd90ff9ae2fe85da594c2e5b42fa54ef84a77b /src | |
parent | bf98a33803e6c74f6b0015add1271e7f843e5ac6 (diff) |
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
Diffstat (limited to 'src')
-rw-r--r-- | src/apm.h | 2 | ||||
-rw-r--r-- | src/apm_dga.c | 1 | ||||
-rw-r--r-- | src/apm_driver.c | 4 |
3 files changed, 3 insertions, 4 deletions
@@ -1,12 +1,12 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/apm/apm.h,v 1.19tsi Exp $ */ +#include <string.h> /* All drivers should typically include these */ #include "xf86.h" #include "xf86_OSproc.h" /* All drivers need this */ -#include "xf86_ansic.h" /* Everything using inb/outb, etc needs "compiler.h" */ #include "compiler.h" diff --git a/src/apm_dga.c b/src/apm_dga.c index caf273b..152e91b 100644 --- a/src/apm_dga.c +++ b/src/apm_dga.c @@ -11,7 +11,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86_ansic.h" #include "xf86Pci.h" #include "xf86PciInfo.h" #include "xaa.h" diff --git a/src/apm_driver.c b/src/apm_driver.c index 0c920a0..5967443 100644 --- a/src/apm_driver.c +++ b/src/apm_driver.c @@ -20,8 +20,8 @@ #define APM_NAME "APM" #define APM_DRIVER_NAME "apm" #define APM_MAJOR_VERSION 1 -#define APM_MINOR_VERSION 0 -#define APM_PATCHLEVEL 1 +#define APM_MINOR_VERSION 1 +#define APM_PATCHLEVEL 0 #ifndef PCI_CHIP_AT3D #define PCI_CHIP_AT3D 0x643D #endif |