Patches for Solaris

Alvaro Lopez Ortega alvaro at sun.com
Thu Jun 23 03:45:10 PDT 2005


Alvaro Lopez Ortega wrote:

>   - hal-03-volume_types.diff: Replace __u# types by uint#_t types.
>     As far as it is user space, it should not use __u# types.
 >
> -			   (((uint16_t)(x) & 0xff00u) >> 8))
> +			   (((__u16)(x) & 0xff00u) >> 8))

   Ikke has pointed me to an error on this patch. I made a mistake 
generation the diff file.

   Please find attached the right version.

-- 
Greetings, alo.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hal-03-volume_types.diff
Type: text/x-patch
Size: 4528 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/hal/attachments/20050623/edeaffc8/hal-03-volume_types.bin
-------------- next part --------------
_______________________________________________
hal mailing list
hal at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal


More information about the Hal mailing list