Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/cfb
To: None <source-changes@NetBSD.org>
From: Shin Takemura <takemura@netbsd.org>
List: source-changes
Date: 01/03/2004 01:55:23
Module Name:	xsrc
Committed By:	takemura
Date:		Sat Jan  3 01:55:23 UTC 2004

Modified Files:
	xsrc/xfree/xc/programs/Xserver/cfb: cfbmskbits.h

Log Message:
Added cast to suppress warning messages about type conversion between
"unsigned long *" and "unsigned int *".

< #define CfbFetchUnaligned(x)  ldl_u(x)
> #define CfbFetchUnaligned(x)  ldl_u((unsigned int *)x)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 xsrc/xfree/xc/programs/Xserver/cfb/cfbmskbits.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.