[asterisk-commits] mmichelson: branch 1.6.0 r125812 - /branches/1.6.0/channels/chan_iax2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 27 09:21:02 CDT 2008
Author: mmichelson
Date: Fri Jun 27 09:21:01 2008
New Revision: 125812
URL: http://svn.digium.com/view/asterisk?view=rev&rev=125812
Log:
I accidentally committed a change to chan_iax2.c in addition to a change
to app_queue.c. Reverting the change to chan_iax2.c, even though it may turn
out that this change is necessary.
Modified:
branches/1.6.0/channels/chan_iax2.c
Modified: branches/1.6.0/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/channels/chan_iax2.c?view=diff&rev=125812&r1=125811&r2=125812
==============================================================================
--- branches/1.6.0/channels/chan_iax2.c (original)
+++ branches/1.6.0/channels/chan_iax2.c Fri Jun 27 09:21:01 2008
@@ -53,9 +53,7 @@
#include <sys/stat.h>
#include <regex.h>
#include <sys/ioctl.h>
-#if defined(HAVE_DAHDI)
#include <dahdi/user.h>
-#endif
#include "asterisk/paths.h" /* need ast_config_AST_DATA_DIR for firmware */
More information about the asterisk-commits
mailing list