[asterisk-dev] [asterisk-commits] murf: trunk r97656 - in /trunk: channels/ include/ utils/

Kevin P. Fleming kpfleming at digium.com
Thu Jan 10 10:21:51 CST 2008


SVN commits to the Asterisk project wrote:

> Modified: trunk/utils/astman.c
> URL: http://svn.digium.com/view/asterisk/trunk/utils/astman.c?view=diff&rev=97656&r1=97655&r2=97656
> ==============================================================================
> --- trunk/utils/astman.c (original)
> +++ trunk/utils/astman.c Wed Jan  9 18:50:39 2008
> @@ -23,7 +23,7 @@
>   */
>  
>  #include "asterisk.h"
> -
> +ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
>  #include <newt.h>
>  #include <stdio.h>
>  #include <sys/time.h>

There is no requirement for usage of ASTERISK_FILE_VERSION in any file,
I can't see how adding this would have caused any build failures to be
rectified.

In addition, adding this will cause astman to try to call Asterisk's
core file registration functions at startup time, which may not work at all.

Steve, can you post the output of a failing build that was fixed by
adding this?


-- 
Kevin P. Fleming
Director of Software Technologies
Digium, Inc. - "The Genuine Asterisk Experience" (TM)




More information about the asterisk-dev mailing list