gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r4777 - GNUnet/src/util/os
Date: Sat, 28 Apr 2007 14:13:30 -0600 (MDT)

Author: grothoff
Date: 2007-04-28 14:13:30 -0600 (Sat, 28 Apr 2007)
New Revision: 4777

Modified:
   GNUnet/src/util/os/semaphore.c
Log:
fixing mantis 1200

Modified: GNUnet/src/util/os/semaphore.c
===================================================================
--- GNUnet/src/util/os/semaphore.c      2007-04-25 04:36:27 UTC (rev 4776)
+++ GNUnet/src/util/os/semaphore.c      2007-04-28 20:13:30 UTC (rev 4777)
@@ -382,7 +382,7 @@
   FLOCK(fd, LOCK_UN);
   ret->fd = fd;
   ret->initialValue = initialValue;
-  return rret;
+  return ret;
 #else
  #ifndef _MSC_VER
    #warning Port IPC.





reply via email to

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