ports/ftp/prozilla/files/patch-connection.c
Munechika SUMIKAWA 682c399f7c Add prozilla 1.3.6, proZilla is a fast download accelerator.
PR:		47503
Submitted by:	Juan Salaverria <rael@vectorstar.net>
2003-04-19 21:06:54 +00:00

15 lines
311 B
C

--- src/connection.c.ori Sat Jan 25 00:33:14 2003
+++ src/connection.c Sat Jan 25 00:33:38 2003
@@ -30,7 +30,12 @@
#include <assert.h>
#include <pthread.h>
+#ifdef __FreeBSD__
+#include <sys/param.h>
+#include <sys/mount.h>
+#else
#include <sys/vfs.h>
+#endif
#include "connection.h"
#include "misc.h"