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

« back to all changes in this revision

Viewing changes to libtransmission/makemeta.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:
7
7
 * This exemption does not extend to derived works not owned by
8
8
 * the Transmission project.
9
9
 *
10
 
 * $Id: makemeta.c 3574 2007-10-26 03:15:55Z charles $
 
10
 * $Id: makemeta.c 3657 2007-10-30 20:11:23Z charles $
11
11
 */
12
12
 
13
13
#include <assert.h>
19
19
#include <sys/types.h>
20
20
#include <sys/stat.h>
21
21
#include <unistd.h>
 
22
#include <libgen.h> /* dirname, basename */
22
23
#include <dirent.h>
23
24
 
24
25
#include "crypto.h" /* tr_sha1 */