From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A799D139085 for ; Sun, 15 Jan 2017 09:51:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6F8421C0CA; Sun, 15 Jan 2017 09:50:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A647D21C0CA for ; Sun, 15 Jan 2017 09:50:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B9E2341627 for ; Sun, 15 Jan 2017 09:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38D7327DD for ; Sun, 15 Jan 2017 09:50:44 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484473782.819ef8ed7aaadf05949849b8c922e6869306d4ef.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/serialmail/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/serialmail/files/errno.patch X-VCS-Directories: net-mail/serialmail/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 819ef8ed7aaadf05949849b8c922e6869306d4ef X-VCS-Branch: master Date: Sun, 15 Jan 2017 09:50:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d1f638e-76d2-486d-984c-311ecd285414 X-Archives-Hash: 5fb69e3ead570709d49b0427e11dc01b commit: 819ef8ed7aaadf05949849b8c922e6869306d4ef Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jan 15 09:27:46 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 15 09:49:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819ef8ed net-mail/serialmail: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3488 net-mail/serialmail/files/errno.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/net-mail/serialmail/files/errno.patch b/net-mail/serialmail/files/errno.patch deleted file mode 100644 index 884767c..00000000 --- a/net-mail/serialmail/files/errno.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- serialmail-0.75/error.h 2003-09-10 20:08:05.000000000 +1200 -+++ serialmail-0.75-gentoo/error.h 2003-09-10 20:30:50.000000000 +1200 -@@ -1,7 +1,7 @@ - #ifndef ERROR_H - #define ERROR_H - --extern int errno; -+#include - - extern int error_intr; - extern int error_nomem; ---- serialmail-0.75/leapsecs_read.c 2003-09-10 20:08:06.000000000 +1200 -+++ serialmail-0.75-gentoo/leapsecs_read.c 2003-09-10 20:15:57.000000000 +1200 -@@ -2,7 +2,6 @@ - #include - #include - #include --extern int errno; - #include "tai.h" - #include "leapsecs.h"