PATCH: O_LARGEFILE

Marcus Meissner Marcus.Meissner at caldera.de
Fri May 18 09:03:24 CDT 2001


Hi,

Changelog:
	port.h needs to include fcntl.h so we get O_LARGEFILE if it is present.

Index: include/wine/port.h
===================================================================
RCS file: /home/wine/wine/include/wine/port.h,v
retrieving revision 1.11
diff -u -r1.11 port.h
--- include/wine/port.h	2001/05/14 20:09:38	1.11
+++ include/wine/port.h	2001/05/18 14:01:14
@@ -10,6 +10,7 @@
 
 #include "config.h"
 #include "winnt.h"
+#include <fcntl.h>
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/stat.h>




More information about the wine-patches mailing list