diff options
| author | Remi Collet <remi@php.net> | 2016-02-22 18:18:43 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2016-02-22 18:18:43 +0100 |
| commit | 29cc01082993cabd12f95088f0970c657e03b852 (patch) | |
| tree | ba06cb91fcbe44c7e3de88a7d6d77c61212d22a3 /ext/zip/lib/zip_file_get_offset.c | |
| parent | d5769d4234a2cbb8d15140083de018a67195a583 (diff) | |
| parent | 0d57c06b2c02678eeb724ea512b8ce4c85a339b2 (diff) | |
| download | php-git-29cc01082993cabd12f95088f0970c657e03b852.tar.gz | |
Merge branch 'PHP-7.0'
* PHP-7.0:
update bundled libzip to 1.1.2
Diffstat (limited to 'ext/zip/lib/zip_file_get_offset.c')
| -rw-r--r-- | ext/zip/lib/zip_file_get_offset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/zip/lib/zip_file_get_offset.c b/ext/zip/lib/zip_file_get_offset.c index 1aaca712d7..0257b042bc 100644 --- a/ext/zip/lib/zip_file_get_offset.c +++ b/ext/zip/lib/zip_file_get_offset.c @@ -1,6 +1,6 @@ /* zip_file_get_offset.c -- get offset of file data in archive. - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. The authors can be contacted at <libzip@nih.at> @@ -35,7 +35,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <errno.h> #include <sys/types.h> #include <sys/stat.h> |
