fixed warnings

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4662 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-09-12 20:44:45 +00:00
parent 53a75b6389
commit 8a3b6e2cfd
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -248,6 +248,6 @@ rw_lock_write_lock(rw_lock *lock)
status_t
rw_lock_write_unlock(rw_lock *lock)
{
release_sem_etc(lock->sem, RW_MAX_READERS, 0);
return release_sem_etc(lock->sem, RW_MAX_READERS, 0);
}
+1
View File
@@ -803,6 +803,7 @@ dump_modules(int argc, char **argv)
image->path, image->image, image->info, image->ref_count,
image->keep_loaded ? "keep loaded" : "can be unloaded");
}
return 0;
}