From 8bfa7852eca1cbecab47bc4397f667b9eab3d561 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 13 Jan 2001 05:59:29 +0000 Subject: [PATCH] system.h now does time.h stuff. --- src/list.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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)) -- 2.44.0