From: Michael Mair-Keimberger (asterix) Date: Mon, 30 Jan 2017 17:52:49 +0000 (+0100) Subject: sci-chemistry/platon: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d06d23fcff031053d61e02cbf6b4a45f3d886d86;p=gentoo.git sci-chemistry/platon: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3730 --- 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