Module Name: xsrc
Committed By: macallan
Date: Tue May 17 22:28:15 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c
Log Message:
xf86LoaderReqSymbols() is no more
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.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-wsfb/dist/src/wsfb_driver.c
diff -u xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.10 xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.11
--- xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c:1.10 Sun May 15 23:44:47 2011
+++ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c Tue May 17 22:28:15 2011
@@ -100,6 +100,7 @@
#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) > 6
#define xf86LoaderReqSymLists(...) do {} while (0)
#define LoaderRefSymLists(...) do {} while (0)
+#define xf86LoaderReqSymbols(...) do {} while (0)
#endif
#define DEBUG 0