[Pkg-voip-commits] r8478 - in /sip-tester/trunk/debian: changelog patches/include-limits.patch
msp at alioth.debian.org
msp at alioth.debian.org
Sun Jun 13 05:35:14 UTC 2010
Author: msp
Date: Sun Jun 13 05:35:14 2010
New Revision: 8478
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8478
Log:
include-limits.patch
Added:
sip-tester/trunk/debian/patches/include-limits.patch
Modified:
sip-tester/trunk/debian/changelog
Modified: sip-tester/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/changelog?rev=8478&op=diff
==============================================================================
--- sip-tester/trunk/debian/changelog (original)
+++ sip-tester/trunk/debian/changelog Sun Jun 13 05:35:14 2010
@@ -11,8 +11,9 @@
- Add Vcs- headers
- debian/compat -> 7
* Update debian/copyright
+ * debian/patches/include-limits.patch
- -- Mark Purcell <msp at debian.org> Sun, 13 Jun 2010 15:23:14 +1000
+ -- Mark Purcell <msp at debian.org> Sun, 13 Jun 2010 15:32:18 +1000
sip-tester (3.1.r590-1) unstable; urgency=low
Added: sip-tester/trunk/debian/patches/include-limits.patch
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/include-limits.patch?rev=8478&op=file
==============================================================================
--- sip-tester/trunk/debian/patches/include-limits.patch (added)
+++ sip-tester/trunk/debian/patches/include-limits.patch Sun Jun 13 05:35:14 2010
@@ -1,0 +1,22 @@
+diff -Nur -x '*.orig' -x '*~' sip-tester-3.1//call.cpp sip-tester-3.1.new//call.cpp
+--- sip-tester-3.1//call.cpp 2008-04-10 00:50:37.000000000 +1000
++++ sip-tester-3.1.new//call.cpp 2010-06-13 15:30:21.000000000 +1000
+@@ -41,6 +41,7 @@
+ #include <iostream>
+ #include <sys/types.h>
+ #include <sys/wait.h>
++#include <limits.h>
+
+ #ifdef PCAPPLAY
+ #include "send_packets.h"
+diff -Nur -x '*.orig' -x '*~' sip-tester-3.1//scenario.cpp sip-tester-3.1.new//scenario.cpp
+--- sip-tester-3.1//scenario.cpp 2008-03-29 07:13:47.000000000 +1100
++++ sip-tester-3.1.new//scenario.cpp 2010-06-13 15:30:43.000000000 +1000
+@@ -27,6 +27,7 @@
+ */
+
+ #include <stdlib.h>
++#include <limits.h>
+ #include "sipp.hpp"
+ #ifdef HAVE_GSL
+ #include <gsl/gsl_rng.h>
More information about the Pkg-voip-commits
mailing list