ossp-pkg/mm/mm_core.c 1.13 -> 1.14
--- mm_core.c 2002/07/26 09:59:34 1.13
+++ mm_core.c 2002/07/26 13:04:40 1.14
@@ -515,7 +515,7 @@
int mm_core_lock(const void *core, mm_lock_mode mode)
{
mem_core *mc;
- int rc;
+ int rc = 0;
int fdsem;
if (core == NULL)
@@ -576,7 +576,7 @@
int mm_core_unlock(const void *core)
{
mem_core *mc;
- int rc;
+ int rc = 0;
int fdsem;
if (core == NULL)
|
|