~ubuntu-branches/debian/sid/pristine-tar/sid

« back to all changes in this revision

Viewing changes to zgz/zgz.c

  • Committer: Package Import Robot
  • Author(s): Joey Hess
  • Date: 2012-06-12 11:45:33 UTC
  • Revision ID: package-import@ubuntu.com-20120612114533-ygmwbs5m9xu40gbe
Tags: 1.25
* Remove unused fts.h include. Closes: #675367
* pristine-xz: Add --check=sha256 and compression levels 0 and 0e.
  Closes: #677241 Thanks, Vincent Ladeuil

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
#include <errno.h>
67
67
#include <fcntl.h>
68
68
#include <zlib.h>
69
 
#include <fts.h>
70
69
#include <libgen.h>
71
70
#include <stdarg.h>
72
71
#include <getopt.h>