diff options
Diffstat (limited to 'www/gatling/files/patch-gatling.c')
-rw-r--r-- | www/gatling/files/patch-gatling.c | 11 |
1 files changed, 0 insertions, 11 deletions
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); - { |