gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r634 - GNUnet/src/applications/fs/module


From: durner
Subject: [GNUnet-SVN] r634 - GNUnet/src/applications/fs/module
Date: Sun, 10 Apr 2005 10:54:41 -0700 (PDT)

Author: durner
Date: 2005-04-10 10:54:37 -0700 (Sun, 10 Apr 2005)
New Revision: 634

Modified:
   GNUnet/src/applications/fs/module/ondemand.c
Log:
fix MINGW

Modified: GNUnet/src/applications/fs/module/ondemand.c
===================================================================
--- GNUnet/src/applications/fs/module/ondemand.c        2005-04-08 05:48:08 UTC 
(rev 633)
+++ GNUnet/src/applications/fs/module/ondemand.c        2005-04-10 17:54:37 UTC 
(rev 634)
@@ -196,7 +196,7 @@
   }
 
   fn = getOnDemandFile(fileId);
-  if ( (0 != lstat(fn,
+  if ( (0 != LSTAT(fn,
                   &sbuf)) 
 #ifdef S_ISLNK
        || (! S_ISLNK(sbuf.st_mode)) 





reply via email to

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