diff options
author | Torrey Lyons <torrey@mrcla.com> | 2004-08-11 23:53:36 +0000 |
---|---|---|
committer | Torrey Lyons <torrey@mrcla.com> | 2004-08-11 23:53:36 +0000 |
commit | c7bc76f663008119b3681d4b7adef7dc9ffdc236 (patch) | |
tree | e4fdf924601c6bd29f341c2fc9af0d151cdfc811 /hw | |
parent | eb607030e32cbad846696a20cfb3045c5f8f65c1 (diff) |
Fix leftover XF86_VERSION_SNAP macro.
Diffstat (limited to 'hw')
-rw-r--r-- | hw/darwin/darwin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/darwin/darwin.c b/hw/darwin/darwin.c index fbd808d7a..8c4c0bc9b 100644 --- a/hw/darwin/darwin.c +++ b/hw/darwin/darwin.c @@ -29,7 +29,7 @@ * holders shall not be used in advertising or otherwise to promote the sale, * use or other dealings in this Software without prior written authorization. */ -/* $XdotOrg: xc/programs/Xserver/hw/darwin/darwin.c,v 1.2 2004/04/23 19:06:15 eich Exp $ */ +/* $XdotOrg: xc/programs/Xserver/hw/darwin/darwin.c,v 1.3 2004/07/30 18:22:12 torrey Exp $ */ /* $XFree86: xc/programs/Xserver/hw/darwin/darwin.c,v 1.55 2003/11/15 00:07:09 torrey Exp $ */ #include "X.h" @@ -138,7 +138,7 @@ DarwinPrintBanner() "repository hosted at http://www.freedesktop.org/Software/xorg/"); #endif #if XORG_VERSION_SNAP > 0 - ErrorF(".%d", XF86_VERSION_SNAP); + ErrorF(".%d", XORG_VERSION_SNAP); #endif #if XORG_VERSION_SNAP >= 900 |