From 7995a7f65ece75beb4e917a0e810d858f9463987 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Thu, 17 Mar 2005 06:07:55 +0000 Subject: - Update to 0.7 - Remove a patch that is no longer needed PR: 78782 Submitted by: Thomas-Martin Seck --- www/gatling/files/patch-gatling.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/gatling/files/patch-gatling.c (limited to 'www/gatling/files/patch-gatling.c') diff --git a/www/gatling/files/patch-gatling.c b/www/gatling/files/patch-gatling.c deleted file mode 100644 index 394658b14458..000000000000 --- a/www/gatling/files/patch-gatling.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gatling.c.orig Mon Jan 31 17:14:45 2005 -+++ gatling.c Sun Feb 20 17:02:12 2005 -@@ -3088,7 +3088,7 @@ void forkslave(int fd,buffer* in) { - } - } - error: -- write(fd,&code,4); -+ if (write(fd,&code,4)!=4) exit(0); - code=strlen(msg); - write(fd,&code,4); - { -- cgit v1.2.3