From d06d23fcff031053d61e02cbf6b4a45f3d886d86 Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Mon, 30 Jan 2017 18:52:49 +0100 Subject: [PATCH] sci-chemistry/platon: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3730 --- .../platon/files/20110126-buffer-overflow.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sci-chemistry/platon/files/20110126-buffer-overflow.patch 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 548bd2b20ca4..000000000000 --- 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 -- 2.26.2