summaryrefslogtreecommitdiff
path: root/sci-chemistry/platon
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-30 18:52:49 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-31 09:41:27 +0100
commitd06d23fcff031053d61e02cbf6b4a45f3d886d86 (patch)
tree78b8f5522e2a8883872ca9c17964e5c4c8aa06d8 /sci-chemistry/platon
parent652debbe65794b3525fc6f51a2e63e0f908e4ea3 (diff)
downloadgentoo-d06d23fcff031053d61e02cbf6b4a45f3d886d86.tar.gz
gentoo-d06d23fcff031053d61e02cbf6b4a45f3d886d86.tar.xz
sci-chemistry/platon: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry/platon')
-rw-r--r--sci-chemistry/platon/files/20110126-buffer-overflow.patch15
1 files changed, 0 insertions, 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 548bd2b20ca..00000000000
--- 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