gamin broken on amd64

Sean McNeil sean at mcneil.com
Sat Jul 16 22:01:03 GMT 2005


On Fri, 2005-07-15 at 18:55 -0400, Joe Marcus Clarke wrote:
> I see what you're doing in two of the hunks, but why are you changing
> the comparison of cmsg.hdr.cmsg_len to sizeof(cmsg)?  I think the way it
> was is correct.

I was being lazy with that.  With my hack of forcing the alignment, it
made the cmsg 104 bytes when the message was 100.  The proper thing is
what you did and use

	CMSG_LEN (sizeof (struct cmsgcred))

> In any event, I'd rather see the right fix for this go in since it
> affects gnome-keyring, dbus, and gamin.  I'll work on it over the
> weekend.

Great.  Looking forward to a correct solution.

Thanks,
Sean




More information about the freebsd-gnome mailing list