Module Name: xsrc
Committed By: mrg
Date: Sun May 23 06:36:09 UTC 2010
Modified Files:
xsrc/external/mit/xf86-video-vmware/dist/src: vmwaremodule.c
Log Message:
avoid a #define redefine warning (error)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
xsrc/external/mit/xf86-video-vmware/dist/src/vmwaremodule.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-vmware/dist/src/vmwaremodule.c
diff -u xsrc/external/mit/xf86-video-vmware/dist/src/vmwaremodule.c:1.1.1.1 xsrc/external/mit/xf86-video-vmware/dist/src/vmwaremodule.c:1.2
--- xsrc/external/mit/xf86-video-vmware/dist/src/vmwaremodule.c:1.1.1.1 Sun May 23 06:20:41 2010
+++ xsrc/external/mit/xf86-video-vmware/dist/src/vmwaremodule.c Sun May 23 06:36:09 2010
@@ -27,6 +27,7 @@
#include <xf86.h>
#include <xf86drm.h>
+#undef PACKAGE /* XXX MRG */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif