ports/www/gatling/files/patch-dl.c
Vanilla I. Shu b5d8f94cc7 - Take maintainership
- Stage
- Fix some gcc warnings
- Add LICENSE
- Define OPTIONS for DOC, EXAMPLES and DEBUG
- Silence pre-install and do-install

PR:		ports/192619
Submitted by:	Marco Steinbach [coco (executive-computing.de)]
2014-08-13 03:15:31 +00:00

9 lines
231 B
C

--- dl.c.orig 2014-08-12 18:52:40.000000000 +0200
+++ dl.c 2014-08-12 18:55:42.000000000 +0200
@@ -1,3 +1,6 @@
+#ifdef __FreeBSD__
+#include <stdio.h>
+#endif
#define _FILE_OFFSET_BITS 64
#define _GNU_SOURCE
#include "socket.h"