commit:     d06d23fcff031053d61e02cbf6b4a45f3d886d86
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Mon Jan 30 17:52:49 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 08:41:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06d23fc

sci-chemistry/platon: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/3730

 sci-chemistry/platon/files/20110126-buffer-overflow.patch | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/sci-chemistry/platon/files/20110126-buffer-overflow.patch 
b/sci-chemistry/platon/files/20110126-buffer-overflow.patch
deleted file mode 100644
index 548bd2b..00000000
--- a/sci-chemistry/platon/files/20110126-buffer-overflow.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- xdrvr.c    2010-06-27 15:21:49.026967128 +0200
-+++ xdrvr_new.c        2010-06-27 15:22:57.132069867 +0200
-@@ -864,11 +864,9 @@
- int zdate_(string)
- char *string;
- {
--  static char tmp[25];
-   time_t now;
-   now = time(NULL);
--  strcpy(tmp,ctime(&now));
--  strncpy(string,tmp,25);
-+  strncpy(string,ctime(&now),25);
-   return(1);
- }
- int slaap_(int *i)
\ No newline at end of file

Reply via email to