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

« back to all changes in this revision

Viewing changes to libtransmission/platform.c

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-10-29 19:53:02 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071029195302-gyy129sjmci7ezel
Tags: 0.91.dfsg-1
* New upstream release (Closes: #448516).
* Using manpages from source package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: platform.c 3254 2007-10-01 15:17:15Z charles $
 
2
 * $Id: platform.c 3553 2007-10-25 14:00:05Z charles $
3
3
 *
4
4
 * Copyright (c) 2005 Transmission authors and contributors
5
5
 *
647
647
#include <sys/socket.h>
648
648
#include <netinet/in.h>
649
649
#include <arpa/inet.h>
 
650
#include <netinet/in.h> /* struct in_addr */
650
651
#include <sys/sysctl.h>
651
652
#include <net/route.h>
652
653