opnsense-ports/multimedia/vstream-client/files/patch-test-client.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
339 B
C

--- test-client.c Thu Apr 28 12:28:25 2005
+++ /home/frank/tivo/vstream-client-1.2/test-client.c Thu Oct 6 21:47:52 2005
@@ -6,7 +6,7 @@
#define CHUNK ( 1024 * 1024 )
// on cygwin, we have large file support already, and no fopen64.
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(__FreeBSD__)
#define fopen64 fopen
#endif