xserver/os xalloc.c,3.36,3.37
Chris Lee
xserver-commit at pdx.freedesktop.org
Wed Apr 20 10:50:47 PDT 2005
Committed by: clee
Update of /cvs/xserver/xserver/os
In directory gabe:/tmp/cvs-serv27630/os
Modified Files:
xalloc.c
Log Message:
Fixing bug #3079.
Index: xalloc.c
===================================================================
RCS file: /cvs/xserver/xserver/os/xalloc.c,v
retrieving revision 3.36
retrieving revision 3.37
diff -u -d -r3.36 -r3.37
--- xalloc.c 11 Sep 2003 05:12:51 -0000 3.36
+++ xalloc.c 20 Apr 2005 17:50:45 -0000 3.37
@@ -186,7 +186,7 @@
defined(__ia64__) || defined(ia64) || \
defined(__sparc64__) || \
defined(__s390x__) || \
- defined(__AMD64__) || defined(AMD64)
+ defined(__amd64__) || defined(amd64)
#define MAGIC 0x1404196414071968
#define MAGIC_FREE 0x1506196615061966
#define MAGIC2 0x2515207525182079
More information about the xserver-commit
mailing list