-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Max Khon wrote: | Hello!
Hello! | | Pietro Cerutti wrote: | |> -----BEGIN PGP SIGNED MESSAGE----- |> Hash: SHA512 |> |> Max Khon wrote: |> | fjoe 2008-07-07 16:17:54 UTC |> | |> | FreeBSD ports repository |> | |> | Modified files: |> | devel/dmucs Makefile |> | Added files: |> | devel/dmucs/files patch-dmucs_db.cc patch-dmucs_db.h |> | patch-dmucs_msg.cc patch-main.cc |> | Log: |> | Unbreak on 64-bit archs |> |> I definitely do not agree. Please note that a pointer is not required to |> fit into a long, while it is required to fit into a size_t. |> |> Your solution may work as soon as we are concerned only with LP64 |> machines. As soon as a LLP64 arch steps in, you break things. | | AFAIK it is not guaranteed that sizeof(void *) <= sizeof(size_t) too. | I used "long" because I did not want to cope with "[u]intptr_t" there. | | Ok, I committed a modified patch that uses "const void *" instead of | "long". You are right (see my follow-up to ports@). Anyway, it seems to be ok now :) | | /fjoe - -- Pietro Cerutti [EMAIL PROTECTED] PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEAREKAAYFAkhyWGoACgkQwMJqmJVx945UEACfa59PMGHy+m2ANLohTgqKm5Zu HhcAoMlrXByiwIyt85VPEramaYeDsz64 =RLu9 -----END PGP SIGNATURE----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
