From owner-cvs-all@FreeBSD.ORG Mon Jul 7 16:37:16 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23D851065680; Mon, 7 Jul 2008 16:37:16 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id D0F778FC18; Mon, 7 Jul 2008 16:37:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KFtiF-0001KL-1P; Mon, 07 Jul 2008 18:37:15 +0200 Message-ID: <48724635.80406@FreeBSD.org> Date: Mon, 07 Jul 2008 18:37:09 +0200 From: Pietro Cerutti Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.14 (X11/20080610) MIME-Version: 1.0 To: Max Khon References: <200807071617.m67GHsHA058914@repoman.freebsd.org> In-Reply-To: <200807071617.m67GHsHA058914@repoman.freebsd.org> X-Enigmail-Version: 0.95.6 OpenPGP: id=9571F78E; url=http://gahr.ch/pgp/ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/dmucs Makefile ports/devel/dmucs/files patch-dmucs_db.cc patch-dmucs_db.h patch-dmucs_msg.cc patch-main.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2008 16:37:16 -0000 -----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. - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEAREKAAYFAkhyRjQACgkQwMJqmJVx944GaACfflIfNyx5oGSPB4FZL69bqLaC T24An2cfRKJYWt2dSBpJIiMB9ylgrscy =XYtC -----END PGP SIGNATURE-----