[asterisk-commits] qwell: branch qwell/pimp_my_sip-butnotwithpjproject r382858 - /team/qwell/pim...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 12 12:10:03 CDT 2013


Author: qwell
Date: Tue Mar 12 12:09:59 2013
New Revision: 382858

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382858
Log:
Stop redefining bzero().

Modified:
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c
    team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip.c Tue Mar 12 12:09:59 2013
@@ -17,8 +17,6 @@
  */
 
 #include "asterisk.h"
-#undef bzero
-#define bzero bzero
 #include "pjsip.h"
 /* Needed for SUBSCRIBE, NOTIFY, and PUBLISH method definitions */
 #include "pjsip_simple.h"

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_acl.c Tue Mar 12 12:09:59 2013
@@ -22,8 +22,6 @@
 
 #include "asterisk.h"
 
-#undef bzero
-#define bzero bzero
 #include <pjsip.h>
 
 #include "asterisk/res_sip.h"

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_authenticator_digest.c Tue Mar 12 12:09:59 2013
@@ -17,8 +17,6 @@
  */
 
 #include "asterisk.h"
-#undef bzero
-#define bzero bzero
 #include "pjsip.h"
 
 #include "asterisk/res_sip.h"

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_constant.c Tue Mar 12 12:09:59 2013
@@ -25,8 +25,6 @@
 
 #include "asterisk.h"
 
-#undef bzero
-#define bzero bzero
 #include <pjsip.h>
 
 #include "asterisk/res_sip.h"

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_ip.c Tue Mar 12 12:09:59 2013
@@ -22,8 +22,6 @@
 
 #include "asterisk.h"
 
-#undef bzero
-#define bzero bzero
 #include <pjsip.h>
 
 #include "asterisk/res_sip.h"

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_endpoint_identifier_user.c Tue Mar 12 12:09:59 2013
@@ -22,8 +22,6 @@
 
 #include "asterisk.h"
 
-#undef bzero
-#define bzero bzero
 #include <pjsip.h>
 
 #include "asterisk/res_sip.h"

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_logger.c Tue Mar 12 12:09:59 2013
@@ -22,8 +22,6 @@
 
 #include "asterisk.h"
 
-#undef bzero
-#define bzero bzero
 #include <pjsip.h>
 
 #include "asterisk/res_sip.h"

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_rfc3326.c Tue Mar 12 12:09:59 2013
@@ -23,8 +23,6 @@
 
 #include "asterisk.h"
 
-#undef bzero
-#define bzero bzero
 #include <pjsip.h>
 #include <pjsip_ua.h>
 

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_sdp_audio.c Tue Mar 12 12:09:59 2013
@@ -31,8 +31,6 @@
 
 #include "asterisk.h"
 
-#undef bzero
-#define bzero bzero
 #include "pjsip.h"
 #include "pjsip_ua.h"
 #include "pjmedia.h"

Modified: team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c?view=diff&rev=382858&r1=382857&r2=382858
==============================================================================
--- team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c (original)
+++ team/qwell/pimp_my_sip-butnotwithpjproject/res/res_sip_session.c Tue Mar 12 12:09:59 2013
@@ -24,8 +24,6 @@
 
 #include "asterisk.h"
 
-#undef bzero
-#define bzero bzero
 #include "pjsip.h"
 #include "pjsip_ua.h"
 #include "pjlib.h"




More information about the asterisk-commits mailing list