Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10781/src/gdk

Modified Files:
        gdk_posix.mx 
Log Message:
propagated changes of Tuesday Nov 20 2007 - Friday Nov 23 2007
from the MonetDB_1-20 branch to the development trunk


Index: gdk_posix.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_posix.mx,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- gdk_posix.mx        15 Oct 2007 15:27:06 -0000      1.144
+++ gdk_posix.mx        23 Nov 2007 11:46:10 -0000      1.145
@@ -1039,7 +1039,7 @@
 void *
 MT_mmap_open(MT_mmap_hdl *hdl, char *path, int mode, off_t off, size_t len, 
size_t nremaps)
 {
-       int fd = open(path, O_CREAT | ((mode & MMAP_WRITE) ? O_RDWR : 
O_RDONLY));
+       int fd = open(path, O_CREAT | ((mode & MMAP_WRITE) ? O_RDWR : 
O_RDONLY), 0664);
        void *ret = (void *) -1L;
 
        (void) nremaps;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to