gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5600 - GNUnet/src/applications/fs/collection


From: gnunet
Subject: [GNUnet-SVN] r5600 - GNUnet/src/applications/fs/collection
Date: Sat, 8 Sep 2007 04:51:10 -0600 (MDT)

Author: durner
Date: 2007-09-08 04:51:09 -0600 (Sat, 08 Sep 2007)
New Revision: 5600

Modified:
   GNUnet/src/applications/fs/collection/collection.c
Log:
MinGW

Modified: GNUnet/src/applications/fs/collection/collection.c
===================================================================
--- GNUnet/src/applications/fs/collection/collection.c  2007-09-08 10:21:58 UTC 
(rev 5599)
+++ GNUnet/src/applications/fs/collection/collection.c  2007-09-08 10:51:09 UTC 
(rev 5600)
@@ -189,7 +189,7 @@
       FREE (fn);
       return;
     }
-  fd = open (fn, O_RDONLY | O_LARGEFILE);
+  fd = OPEN (fn, O_RDONLY | O_LARGEFILE);
   if (fd == -1)
     {
       GE_BREAK (ectx, 0);
@@ -341,7 +341,7 @@
     }
 
   fn = getCollectionFileName ();
-  fd = open (fn,
+  fd = OPEN (fn,
              O_CREAT | O_LARGEFILE | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR);
   if (fd == -1)
     {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]