X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=7c7061a899722b88b5e3492f70b424e510a88850;hb=abe46d28b9d1a028119b78ad59a73cb43b71cad1;hp=6a58cd9f862287c7360619d3fd6ed3d3686611cb;hpb=bc8d000b643c9473aa16f276512b73d12e9184d8;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index 6a58cd9..7c7061a 100644 --- a/src/list.c +++ b/src/list.c @@ -1,5 +1,5 @@ /* List a tar archive, with support routines for reading a tar archive. - Copyright 1988, 92,93,94,96,97,98,99, 2000 Free Software Foundation, Inc. + Copyright 1988,92,93,94,96,97,98,99,2000,2001 Free Software Foundation, Inc. Written by John Gilmore, on 1985-08-26. This program is free software; you can redistribute it and/or modify it @@ -22,11 +22,6 @@ #include "system.h" #include -#include -#ifndef time -time_t time (); -#endif - #include "common.h" #define max(a, b) ((a) < (b) ? (b) : (a))