summaryrefslogtreecommitdiff
path: root/www/gatling/files/patch-gatling.c
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-03-17 06:07:55 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-03-17 06:07:55 +0000
commit7995a7f65ece75beb4e917a0e810d858f9463987 (patch)
tree19e2d6e12ae85ddc8658dd3e531d3eec944c3795 /www/gatling/files/patch-gatling.c
parent- Add USE_GSTREAMER=libmms support (net/gstreamer-plugins-libmms) (diff)
- Update to 0.7
- Remove a patch that is no longer needed PR: 78782 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
Notes
Notes: svn path=/head/; revision=131467
Diffstat (limited to 'www/gatling/files/patch-gatling.c')
-rw-r--r--www/gatling/files/patch-gatling.c11
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);
- {