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 1LnIsl-00063y-6y for garchives@archives.gentoo.org; Fri, 27 Mar 2009 20:42:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FC75E06C1; Fri, 27 Mar 2009 20:42:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C353E06FE for ; Fri, 27 Mar 2009 20:42:26 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AED8A64E70 for ; Fri, 27 Mar 2009 20:42:25 +0000 (UTC) Received: from grobian by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LnIsj-0002Hh-AQ for gentoo-commits@lists.gentoo.org; Fri, 27 Mar 2009 20:42:25 +0000 From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-projects commit in portage-utils/libq: hash_fd.c md5_sha1_sum.c X-VCS-Repository: gentoo-projects X-VCS-Files: hash_fd.c md5_sha1_sum.c X-VCS-Directories: portage-utils/libq X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Fabian Groffen Date: Fri, 27 Mar 2009 20:42:25 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 56f4b7da-cc0c-4e5f-ac8f-297109c51504 X-Archives-Hash: 51294b70af8345e136ef34ec5d22702e grobian 09/03/27 20:42:25 Modified: hash_fd.c md5_sha1_sum.c Log: use inttypes.h instead of stdint.h for Solaris 9 Revision Changes Path 1.6 portage-utils/libq/hash_fd.c file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils= /libq/hash_fd.c?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils= /libq/hash_fd.c?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils= /libq/hash_fd.c?r1=3D1.5&r2=3D1.6 Index: hash_fd.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-projects/portage-utils/libq/hash_fd.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hash_fd.c 23 May 2007 13:47:31 -0000 1.5 +++ hash_fd.c 27 Mar 2009 20:42:25 -0000 1.6 @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include 1.5 portage-utils/libq/md5_sha1_sum.c file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils= /libq/md5_sha1_sum.c?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils= /libq/md5_sha1_sum.c?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/portage-utils= /libq/md5_sha1_sum.c?r1=3D1.4&r2=3D1.5 Index: md5_sha1_sum.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-projects/portage-utils/libq/md5_sha1_sum.c,= v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- md5_sha1_sum.c 23 May 2007 13:47:31 -0000 1.4 +++ md5_sha1_sum.c 27 Mar 2009 20:42:25 -0000 1.5 @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include