Jakub Jelinek wrote:

> On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote:
>> @@ -1003,6 +993,8 @@
>>         break;
>>      }
>>  
>> +    r128_drm_page_size = getpagesize();
>> +
> 
> sysconf (_SC_PAGESIZE)
> is the standardized way of querying page size.
> 
> Jakub

I didn't write this patch. Are you saying that the line with
r128_drm_page_size should be the following:

r128_drm_page_size = sysconf(_SC_PAGESIZE)

If so, I will change it, but I cannot test it as I don't have access to ia64
hardware. Also, I just wanna remind everyone that these patches I am
sending come from the debian packages. I wrote none of them myself. I am
just trying to make sure that all fixes that should go upstream do.

BTW, if I submit a patch to patches@, will I get a notification of
acceptance or rejection?

Warren Turkal
-- 
Treasurer, GOLUM, Inc.
http://www.golum.org

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to