From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q3r4N-0001ig-Ls for garchives@archives.gentoo.org; Sun, 27 Mar 2011 14:35:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C3D1C0D3; Sun, 27 Mar 2011 14:35:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9292B1C0E4 for ; Sun, 27 Mar 2011 14:34:12 +0000 (UTC) Received: from paul.ibi.kfa-juelich.de (ip-62-143-16-215.unitymediagroup.de [62.143.16.215]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jlec) by smtp.gentoo.org (Postfix) with ESMTPSA id E67A31B4154; Sun, 27 Mar 2011 14:34:10 +0000 (UTC) Message-ID: <4D8F4ADE.3030207@gentoo.org> Date: Sun, 27 Mar 2011 16:34:06 +0200 From: justin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110321 Lightning/1.0b3pre Thunderbird/3.1.9 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] RFC: emboss.eclass as replacement for embassy.eclass References: <4D7F1633.1080104@gentoo.org> <201103161451.47198.vapier@gentoo.org> <4D8504EC.8060407@gentoo.org> <201103201439.18493.vapier@gentoo.org> <4D872A84.4020101@gentoo.org> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFA8A3EB6002EE7806137DD32" X-Archives-Salt: X-Archives-Hash: e0addfe78fce5f8b7ece3a5998e25b2f This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigFA8A3EB6002EE7806137DD32 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable So I need one last hint, how to correct following correctly? #if defined (HAVE64) && !defined(AJ_MACOSXLF) && !defined(AJ_HPUXLF) && !defined(AJ_FreeBSDLF) && !defined(AJ_AIXLF) struct dirent64 *dp; #else struct dirent *dp; #endif #if defined (HAVE64) && !defined(AJ_MACOSXLF) && !defined(AJ_HPUXLF) && !defined(AJ_FreeBSDLF) && !defined(AJ_AIXLF) struct stat64 sbuf; #else struct stat sbuf; #endif --------------enigFA8A3EB6002EE7806137DD32 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2PSt4ACgkQgAnW8HDreRYYDQCfdoFH1PVivpa6wbtRlrqfOcPf kfUAmgIAZBraiPfB7PtcY2DhVIWQ+Bq9 =uT36 -----END PGP SIGNATURE----- --------------enigFA8A3EB6002EE7806137DD32--