From e75d1c8f79beedb9e319d1ef10ed8ef53d673561 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sat, 14 Feb 2004 10:07:31 +0000 Subject: [PATCH] - Removed superfluous backslashes for line continuation --- ChangeLog | 1 + src/accessctl.c | 2 +- src/auth.c | 2 +- src/log.c | 2 +- src/proxy.c | 2 +- src/readconf.c | 2 +- src/register.c | 2 +- src/rtpproxy.c | 2 +- src/rtpproxy_relay.c | 2 +- src/security.c | 2 +- src/sip_utils.c | 2 +- src/siproxd.c | 14 +++++++------- src/sock.c | 2 +- src/utils.c | 2 +- 14 files changed, 20 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index b4b1c22..656bc24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 0.5.3 ===== + 14-Feb-2004: - Removed superfluous backslashes for line continuation 11-Feb-2004: - Use same SIP port number for RX & TX (-> support symmetric SIP signalling) 7-Feb-2004: - Fix for local-UA to local-UA RTP proxying, symmetric diff --git a/src/accessctl.c b/src/accessctl.c index c44d128..cff9ead 100644 --- a/src/accessctl.c +++ b/src/accessctl.c @@ -31,7 +31,7 @@ #include "siproxd.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; diff --git a/src/auth.c b/src/auth.c index 3f2eb5a..ca62ac0 100644 --- a/src/auth.c +++ b/src/auth.c @@ -38,7 +38,7 @@ #include "siproxd.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; /* configuration storage */ diff --git a/src/log.c b/src/log.c index fc4a87a..fb52ee0 100644 --- a/src/log.c +++ b/src/log.c @@ -31,7 +31,7 @@ #include -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; diff --git a/src/proxy.c b/src/proxy.c index bb8281f..c0814b7 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -35,7 +35,7 @@ #include "siproxd.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; diff --git a/src/readconf.c b/src/readconf.c index c76028b..9ff5185 100644 --- a/src/readconf.c +++ b/src/readconf.c @@ -32,7 +32,7 @@ #include "siproxd.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; /* configuration storage */ diff --git a/src/register.c b/src/register.c index 33c0aa1..9ea6e5c 100644 --- a/src/register.c +++ b/src/register.c @@ -35,7 +35,7 @@ #include "siproxd.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; /* configuration storage */ diff --git a/src/rtpproxy.c b/src/rtpproxy.c index 9cabb3e..23de195 100644 --- a/src/rtpproxy.c +++ b/src/rtpproxy.c @@ -29,7 +29,7 @@ #include "rtpproxy.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; diff --git a/src/rtpproxy_relay.c b/src/rtpproxy_relay.c index 7c19d03..dc195a1 100644 --- a/src/rtpproxy_relay.c +++ b/src/rtpproxy_relay.c @@ -38,7 +38,7 @@ #include "rtpproxy.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; diff --git a/src/security.c b/src/security.c index 115af5f..e4ef3a4 100644 --- a/src/security.c +++ b/src/security.c @@ -33,7 +33,7 @@ #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; diff --git a/src/sip_utils.c b/src/sip_utils.c index 6115902..0491e96 100644 --- a/src/sip_utils.c +++ b/src/sip_utils.c @@ -44,7 +44,7 @@ #include "rewrite_rules.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; /* configuration storage */ diff --git a/src/siproxd.c b/src/siproxd.c index 0fdef7b..722b50d 100644 --- a/src/siproxd.c +++ b/src/siproxd.c @@ -38,7 +38,7 @@ #include "siproxd.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; @@ -50,12 +50,12 @@ int sip_socket=0; /* -h help option text */ static const char str_helpmsg[] = -PACKAGE"-"VERSION"-"BUILDSTR" (c) 2002-2004 Thomas Ries\n" \ -"\nUsage: siproxd [options]\n\n" \ -"options:\n" \ -" --help (-h) help\n" \ -" --debug (-d) set debug-pattern\n" \ -" --config (-c) use the specified config file\n"\ +PACKAGE "-" VERSION "-" BUILDSTR " (c) 2002-2004 Thomas Ries\n" +"\nUsage: siproxd [options]\n\n" +"options:\n" +" --help (-h) help\n" +" --debug (-d) set debug-pattern\n" +" --config (-c) use the specified config file\n" ""; diff --git a/src/sock.c b/src/sock.c index 3492bdb..d592b24 100644 --- a/src/sock.c +++ b/src/sock.c @@ -38,7 +38,7 @@ #include "siproxd.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; /* configuration storage */ diff --git a/src/utils.c b/src/utils.c index 477486a..cc9d345 100644 --- a/src/utils.c +++ b/src/utils.c @@ -44,7 +44,7 @@ #include "siproxd.h" #include "log.h" -static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-"\ +static char const ident[]="$Id: " __FILE__ ": " PACKAGE "-" VERSION "-" BUILDSTR " $"; /* configuration storage */