gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5269 - GNUnet/src/util/os


From: gnunet
Subject: [GNUnet-SVN] r5269 - GNUnet/src/util/os
Date: Sat, 7 Jul 2007 03:31:07 -0600 (MDT)

Author: grothoff
Date: 2007-07-07 03:31:01 -0600 (Sat, 07 Jul 2007)
New Revision: 5269

Modified:
   GNUnet/src/util/os/semaphore.c
Log:
mkdir

Modified: GNUnet/src/util/os/semaphore.c
===================================================================
--- GNUnet/src/util/os/semaphore.c      2007-07-07 08:55:10 UTC (rev 5268)
+++ GNUnet/src/util/os/semaphore.c      2007-07-07 09:31:01 UTC (rev 5269)
@@ -239,6 +239,8 @@
   ret = MALLOC(sizeof(struct IPC_SEMAPHORE));
   ret->ectx = ectx;
   ebasename = string_expandFileName(ectx, basename);
+  disk_directory_create_for_file(ectx,
+                                ebasename);
   fp = FOPEN(ebasename, "a+");
   if (NULL == fp) {
     GE_LOG_STRERROR_FILE(ectx,





reply via email to

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