~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to libtransmission/upnp.c

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-11-22 12:37:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122123714-b0xi4zxhgk5qwbmc
Tags: 0.93.dfsg-2
* Added missing build-dependency (python).
* debian/control: switching to Homepage, Vcs-Browser and Vcs-Svn official
  fields (Leo "costela" Antunes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: upnp.c 3553 2007-10-25 14:00:05Z charles $
 
2
 * $Id: upnp.c 3706 2007-11-05 03:56:52Z charles $
3
3
 *
4
4
 * Copyright (c) 2006-2007 Transmission authors and contributors
5
5
 *
31
31
#include <string.h>
32
32
#include <time.h>
33
33
 
34
 
#include <arpa/inet.h> /* inet_addr */
35
 
 
36
34
#ifdef __BEOS__
37
35
    #include <netdb.h>
38
36
#endif