From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J65fI-0002k1-Mt for garchives@archives.gentoo.org; Sat, 22 Dec 2007 14:49:25 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBMEnLLQ023332; Sat, 22 Dec 2007 14:49:21 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBMEnKr9023305 for ; Sat, 22 Dec 2007 14:49:21 GMT 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 9937B65A96 for ; Sat, 22 Dec 2007 14:49:20 +0000 (UTC) Received: from philantrop by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J65fD-00068A-Dk for gentoo-commits@lists.gentoo.org; Sat, 22 Dec 2007 14:49:19 +0000 From: "Wulf Krueger (philantrop)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, philantrop@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link/files: pilot-link-0.12.3-int_types.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: pilot-link-0.12.3-int_types.patch X-VCS-Directories: app-pda/pilot-link/files X-VCS-Committer: philantrop X-VCS-Committer-Name: Wulf Krueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Wulf Krueger Date: Sat, 22 Dec 2007 14:49:19 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 8e52fd16-4229-4ffe-a2fc-2c5e97a4bf02 X-Archives-Hash: e0eda53c4a97a63eac4d844e2e32269f philantrop 07/12/22 14:49:19 Modified: pilot-link-0.12.3-int_types.patch Log: Fixed the patch which was auto-broken by our beloved CVS. Fixes bug 202985. (Portage version: 2.1.4_rc9) Revision Changes Path 1.2 app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch?r1=1.1&r2=1.2 Index: pilot-link-0.12.3-int_types.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/files/pilot-link-0.12.3-int_types.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pilot-link-0.12.3-int_types.patch 20 Dec 2007 23:08:58 -0000 1.1 +++ pilot-link-0.12.3-int_types.patch 22 Dec 2007 14:49:18 -0000 1.2 @@ -1,12 +1,5 @@ --- pilot-link-0.12.3/include/pi-md5.h 2006-10-17 15:24:07.000000000 +0200 +++ pilot-link/include/pi-md5.h 2007-12-18 04:03:09.000000000 +0100 -@@ -1,5 +1,5 @@ - /* -- * $Id: pilot-link-0.12.3-int_types.patch,v 1.1 2007/12/20 23:08:58 philantrop Exp $ -+ * $Id: pilot-link-0.12.3-int_types.patch,v 1.1 2007/12/20 23:08:58 philantrop Exp $ - * - * pi-md5.h: Header file for Colin Plumb's MD5 implementation. - * Modified by Ian Jackson so as not to use Colin Plumb's @@ -13,8 +13,20 @@ #ifndef MD5_H #define MD5_H -- gentoo-commits@gentoo.org mailing list