~ubuntu-branches/ubuntu/utopic/sip-tester/utopic

« back to all changes in this revision

Viewing changes to debian/patches/sipp.hpp.patch

  • Committer: Package Import Robot
  • Author(s): Mark Purcell, Paul Belanger, Mark Purcell
  • Date: 2011-11-03 21:56:17 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20111103215617-nnxicj1oto9e8ix5
Tags: 1:3.2-1
[ Paul Belanger ]
* New Upstream Release (Closes: #623915).
* Switch to dpkg-source 3.0 (quilt) format
* Building with PCAP play.
* Switch back to Debhelper.
* debian/patches/spelling-error-in-binary: Fix lintian warning

[ Mark Purcell ]
* Drop pabs from Uploaders: at his request
* fix debhelper-overrides-need-versioned-build-depends
* fix description-synopsis-starts-with-article

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
--- sip-tester-2.0.1.orig/sipp.hpp
3
 
+++ sip-tester-2.0.1/sipp.hpp
4
 
@@ -443,7 +443,7 @@
5
 
 void remove_from_pollfiles(int sock);
6
 
 int pollset_add(call * p_call, int socket);
 
2
--- a/sipp.hpp
 
3
+++ b/sipp.hpp
 
4
@@ -582,7 +582,7 @@ void sipp_close_socket(struct sipp_socke
 
5
 #define WS_BUFFER 2 /* Buffer the message if there is no room for writing the message. */
 
6
 
7
7
 
8
8
-#if defined (__hpux) || defined (__alpha) && !defined (__FreeBSD__)
9
9
+#if defined (__hpux) || defined (__digital__) && defined(__unix__)
10
10
 #define sipp_socklen_t  int
11
11
 #else
12
12
 #define sipp_socklen_t  socklen_t
13