Module Name:    xsrc
Committed By:   maya
Date:           Sat Oct  1 22:02:17 UTC 2016

Modified Files:
        xsrc/external/mit/xf86-video-sis/dist/src: sis_utility.c

Log Message:
add const. we aren't modifying the values here.
fixes new xorg-server build error


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
    xsrc/external/mit/xf86-video-sis/dist/src/sis_utility.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-sis/dist/src/sis_utility.c
diff -u xsrc/external/mit/xf86-video-sis/dist/src/sis_utility.c:1.1.1.3 xsrc/external/mit/xf86-video-sis/dist/src/sis_utility.c:1.2
--- xsrc/external/mit/xf86-video-sis/dist/src/sis_utility.c:1.1.1.3	Mon Jun  3 08:43:21 2013
+++ xsrc/external/mit/xf86-video-sis/dist/src/sis_utility.c	Sat Oct  1 22:02:17 2016
@@ -850,7 +850,7 @@ SISGetMergedModeDetails(ScrnInfoPtr pScr
  ***********************************/
 
 static void
-sisutil_prepare_string(xSiSCtrlCommandReply *sdcbuf, char *mystring)
+sisutil_prepare_string(xSiSCtrlCommandReply *sdcbuf, const char *mystring)
 {
    int slen = 0;
    sdcbuf->sdc_buffer[0] = 0;

Reply via email to