[Asterisk-code-review] chan_iax2: System Header strings is included via asterisk.h/compat.h. (asterisk[master])

Joshua Colp asteriskteam at digium.com
Wed Mar 10 04:21:43 CST 2021


Joshua Colp has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/15590 )

Change subject: chan_iax2: System Header strings is included via asterisk.h/compat.h.
......................................................................

chan_iax2: System Header strings is included via asterisk.h/compat.h.

The system header strings was included mistakenly with commit 3de0204.
That header is included via asterisk.h and there via the compat.h.

Change-Id: I3dc49060e275295f785670c87cc65fd3c3abd24a
---
M channels/chan_iax2.c
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve; Approved for Submit
  George Joseph: Looks good to me, approved



diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 2ecd689..4122c04 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -68,7 +68,6 @@
 #include <netinet/ip.h>
 #include <sys/time.h>
 #include <signal.h>
-#include <strings.h>
 #include <netdb.h>
 #include <fcntl.h>
 #include <sys/stat.h>

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/15590
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I3dc49060e275295f785670c87cc65fd3c3abd24a
Gerrit-Change-Number: 15590
Gerrit-PatchSet: 2
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210310/f1778a98/attachment.html>


More information about the asterisk-code-review mailing list