Merge branch 'master' of git@github.com:mongodb/mongo

This commit is contained in:
Aaron
2009-04-15 15:16:38 -04:00
7 changed files with 13 additions and 7 deletions

View File

@@ -665,7 +665,7 @@ namespace mongo {
// should we be locked here? we aren't. might be ok as-is.
recCacheCloseAll();
#if !defined(_WIN32) and !defined(__sunos__)
#if !defined(_WIN32) && !defined(__sunos__)
flock( lockFile, LOCK_UN );
#endif