revert loader changes that have clearly not undergone adequate testing before commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-03-25 23:22:44 +00:00
parent d104a6d622
commit b0ac62573a
14 changed files with 148 additions and 664 deletions

View File

@@ -1078,7 +1078,7 @@ int
usecount (void)
{
int res;
OLD_STANDARD_USECOUNT (res);
STANDARD_USECOUNT (res);
return res;
}