diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-28 17:21:46 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-28 17:21:46 +0000 |
commit | 0dd5bacf80f4f04feb6b03b9eac24673cd3d06f6 (patch) | |
tree | 346807d58e42e36896aa6401fc77f254878e6ee2 /www/gatling/files/patch-rellink.c | |
parent | - Update distinfo (diff) |
- Update to 0.10
PR: ports/135027
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/gatling/files/patch-rellink.c')
-rw-r--r-- | www/gatling/files/patch-rellink.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/gatling/files/patch-rellink.c b/www/gatling/files/patch-rellink.c new file mode 100644 index 000000000000..8503f2edd933 --- /dev/null +++ b/www/gatling/files/patch-rellink.c @@ -0,0 +1,10 @@ +--- rellink.c.orig 2009-04-10 18:15:33.000000000 +0200 ++++ rellink.c 2009-04-10 18:15:46.000000000 +0200 +@@ -17,6 +17,7 @@ + #include <fcntl.h> + #include <sys/mman.h> + #include <utime.h> ++#include <string.h> + + static int canonicalize(stralloc* url,const char* baseurl) { + /* for the comments, assume baseurl is "http://www.fefe.de/x/y.html" */ |