sci-chemistry/platon: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Mon, 30 Jan 2017 17:52:49 +0000 (18:52 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 31 Jan 2017 08:41:27 +0000 (09:41 +0100)
Closes: https://github.com/gentoo/gentoo/pull/3730

sci-chemistry/platon/files/20110126-buffer-overflow.patch [deleted file]

diff --git a/sci-chemistry/platon/files/20110126-buffer-overflow.patch b/sci-chemistry/platon/files/20110126-buffer-overflow.patch
deleted file mode 100644 (file)
index 548bd2b..0000000
+++ /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