fix bsd build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5224 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-05-28 05:01:08 +00:00
parent e9a89f1caa
commit a590a4b23d
4 changed files with 7 additions and 27 deletions

View File

@@ -938,9 +938,7 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup(void)
PR_Unlock(pt_book.ml);
_PR_CleanupMW();
//_PR_CleanupDtoa();
_PR_CleanupCallOnce();
//_PR_ShutdownLinker();
_PR_LogCleanup();
_PR_CleanupNet();
/* Close all the fd's before calling _PR_CleanupIO */
@@ -963,7 +961,6 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup(void)
PR_DestroyLock(_pr_sleeplock);
_pr_sleeplock = NULL;
_PR_CleanupLayerCache();
//_PR_CleanupEnv();
#ifdef _PR_ZONE_ALLOCATOR
_PR_DestroyZones();
#endif