X-Git-Url: https://git.cworth.org/git?p=gzip;a=blobdiff_plain;f=zip.c;h=090fbdfc9feb47be6ee4106df5f410427848acfa;hp=6b6d527da19a17a1441f9a55c9257a633da1fe30;hb=HEAD;hpb=e7921f54c622e3b32e525f345bc34308821e4ae0 diff --git a/zip.c b/zip.c index 6b6d527..090fbdf 100644 --- a/zip.c +++ b/zip.c @@ -1,6 +1,6 @@ /* zip.c -- compress files to the gzip or pkzip format - Copyright (C) 1997, 1998, 1999, 2006 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2006, 2007 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -18,7 +18,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef RCSID -static char rcsid[] = "$Id: zip.c,v 1.6 2006/12/11 18:54:39 eggert Exp $"; +static char rcsid[] = "$Id: zip.c,v 1.7 2007/03/20 05:09:51 eggert Exp $"; #endif #include @@ -28,8 +28,6 @@ static char rcsid[] = "$Id: zip.c,v 1.6 2006/12/11 18:54:39 eggert Exp $"; #include "gzip.h" #include "crypt.h" -#include "timespec.h" - #ifdef HAVE_UNISTD_H # include #endif