tags 754221 + patch thanks Patch as attachment
--
PaulLiu (劉穎駿)
E-mail: Ying-Chun Liu (PaulLiu) <[email protected]>
Description: Port to xorg-server 1.16 FTBFS: discards 'const' qualifier from pointer We change those variables to const. Author: Ying-Chun Liu (PaulLiu) <[email protected]> Bug-Debian: http://bugs.debian.org/754221 Index: xf86-video-msm-1.0.1+git20100122.5f7df591/src/msm-driver.c =================================================================== --- xf86-video-msm-1.0.1+git20100122.5f7df591.orig/src/msm-driver.c +++ xf86-video-msm-1.0.1+git20100122.5f7df591/src/msm-driver.c @@ -340,7 +340,7 @@ MSMPreInit(ScrnInfoPtr pScrn, int flags) MSMPtr pMsm; EntityInfoPtr pEnt; const char *dev; - char *gid, *str; + const char *gid, *str; int mdpver, panelid; int depth, fbbpp; OptionInfoPtr options;
signature.asc
Description: OpenPGP digital signature

