Module Name:    xsrc
Committed By:   mrg
Date:           Sat Jul 23 20:50:05 UTC 2011

Modified Files:
        xsrc/external/mit/xf86-video-ast/dist/src: ast_vgatool.c

Log Message:
s/ULONG/uint32_t/ in a function passing to uint32_t *.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    xsrc/external/mit/xf86-video-ast/dist/src/ast_vgatool.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-ast/dist/src/ast_vgatool.c
diff -u xsrc/external/mit/xf86-video-ast/dist/src/ast_vgatool.c:1.6 xsrc/external/mit/xf86-video-ast/dist/src/ast_vgatool.c:1.7
--- xsrc/external/mit/xf86-video-ast/dist/src/ast_vgatool.c:1.6	Sat Jul 23 08:18:13 2011
+++ xsrc/external/mit/xf86-video-ast/dist/src/ast_vgatool.c	Sat Jul 23 20:50:05 2011
@@ -2945,7 +2945,7 @@
 Bool bInitAST1180(ScrnInfoPtr pScrn)
 {
     ASTRecPtr pAST;	
-    ULONG ulData;
+    uint32_t ulData;
 
     pAST = ASTPTR(pScrn);    
 

Reply via email to