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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-06-13 16:15:44 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100613161544-ox01lf28at37v5ox
Tags: 1:3.1-1
* New Upstream Release - (Closes: #510663)
* Update debian/watch - (Closes: #450035)
* Switch Maintainer: Debian VoIP Team pkg-voip-maintainers
  - Thanks & Welcome ARAKI Yasuhiro
* Switch to cdbs
  - Added ${misc:Depends} 
* Update to Standards 3.8.0:
  - Add Homepage:
  - Add Vcs- headers
  - debian/compat -> 7 
* Update debian/copyright
* debian/patches/include-limits.patch
* Drop OpenSSL support - Build-Conflicts: libssl-dev
  - possible-gpl-code-linked-with-openssl
  - Fixes "GPL code linked with OpenSSL without permission" (Closes: #581069)
* Add resonable man page with help2man - sipp.1 (Closes: #581067)
* Enable GLS - Build-Depends: & enable-gsl.patch (Closes: #581335)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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);
 
7
 
 
8
-#if defined (__hpux) || defined (__alpha) && !defined (__FreeBSD__)
 
9
+#if defined (__hpux) || defined (__digital__) && defined(__unix__)
 
10
 #define sipp_socklen_t  int
 
11
 #else
 
12
 #define sipp_socklen_t  socklen_t
 
13