[Home]

Summary:ASTERISK-05421: Fix warnings on cygwin and fix prototype for getloadavg replacement functiton
Reporter:Michael Jerris (mikej)Labels:
Date Opened:2005-11-02 01:57:56.000-0600Date Closed:2008-01-15 15:54:52.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) fixcygwinwarnings_rev0.diff.txt
Description:Fix some addititonal warnings and one error on cygwin
Cleanup of getloadavg ifdef to match the other replacement functions and add prototype when necessary
Comments:By: Michael Jerris (mikej) 2005-11-02 02:00:56.000-0600

The ifdef in lock.h is the same as the error in ASTERISK-5410 that it was re-opened for... There has to be a better fix than mine for that issue.  The reset takes care of a few warnings in the cygwin compile, and fixes up the getloadavg stuff.

By: Michael Jerris (mikej) 2005-11-02 02:04:06.000-0600

oh... can you add asterisk.dll to the cvsignore as well.

By: Kevin P. Fleming (kpfleming) 2005-11-07 23:23:03.000-0600

Committed to CVS HEAD minus the lock.h change; we need to find the _proper_ fix for that one, rather than avoiding the macro. The changes we have been making tonight to ensure that stdio.h gets included as early as it should be should make a helpful difference.

By: Digium Subversion (svnbot) 2008-01-15 15:54:52.000-0600

Repository: asterisk
Revision: 7024

U   trunk/ChangeLog
U   trunk/asterisk.c
U   trunk/codecs/Makefile
U   trunk/codecs/ilbc/Makefile
U   trunk/codecs/lpc10/Makefile
U   trunk/include/asterisk/compat.h
U   trunk/include/asterisk/utils.h
U   trunk/pbx.c
U   trunk/stdtime/localtime.c
U   trunk/utils.c

------------------------------------------------------------------------
r7024 | kpfleming | 2008-01-15 15:54:52 -0600 (Tue, 15 Jan 2008) | 2 lines

issue ASTERISK-5421 minus lock.h changes

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=7024