diff options
Diffstat (limited to 'driver/xf86-video-suntcx/src')
-rw-r--r-- | driver/xf86-video-suntcx/src/tcx_driver.c | 8 | ||||
-rw-r--r-- | driver/xf86-video-suntcx/src/tcx_regs.h | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/driver/xf86-video-suntcx/src/tcx_driver.c b/driver/xf86-video-suntcx/src/tcx_driver.c index e82a419bc..364a5207f 100644 --- a/driver/xf86-video-suntcx/src/tcx_driver.c +++ b/driver/xf86-video-suntcx/src/tcx_driver.c @@ -20,7 +20,6 @@ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx_driver.c,v 1.6 2001/08/07 07:04:51 keithp Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -30,7 +29,6 @@ #include "xf86.h" #include "xf86_OSproc.h" -#include "xf86Version.h" #include "mipointer.h" #include "mibstore.h" #include "micmap.h" @@ -66,9 +64,9 @@ void TCXSync(ScrnInfoPtr pScrn); #define TCX_VERSION 4000 #define TCX_NAME "SUNTCX" #define TCX_DRIVER_NAME "suntcx" -#define TCX_MAJOR_VERSION 1 -#define TCX_MINOR_VERSION 1 -#define TCX_PATCHLEVEL 0 +#define TCX_MAJOR_VERSION PACKAGE_VERSION_MAJOR +#define TCX_MINOR_VERSION PACKAGE_VERSION_MINOR +#define TCX_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL /* * This contains the functions needed by the server after loading the driver diff --git a/driver/xf86-video-suntcx/src/tcx_regs.h b/driver/xf86-video-suntcx/src/tcx_regs.h index 9b9c00d35..61e4b0aad 100644 --- a/driver/xf86-video-suntcx/src/tcx_regs.h +++ b/driver/xf86-video-suntcx/src/tcx_regs.h @@ -20,7 +20,7 @@ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86:$ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx_regs.h,v 1.1 2000/06/30 17:15:17 dawes Exp $ */ #ifndef TCX_REGS_H #define TCX_REGS_H |