Bug 4377 - Round 2 of the loader updates

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-03-25 06:02:46 +00:00
parent 0af770edd1
commit bdd24455b4
13 changed files with 661 additions and 145 deletions

View File

@@ -420,7 +420,7 @@ char *description(void)
int usecount(void)
{
int res;
STANDARD_USECOUNT(res);
OLD_STANDARD_USECOUNT(res);
return res;
}