]> Dogcows Code - chaz/tar/commitdiff
system.h now does time.h stuff.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Jan 2001 05:59:29 +0000 (05:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Jan 2001 05:59:29 +0000 (05:59 +0000)
src/list.c

index 6a58cd9f862287c7360619d3fd6ed3d3686611cb..7c7061a899722b88b5e3492f70b424e510a88850 100644 (file)
@@ -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
 #include "system.h"
 #include <quotearg.h>
 
-#include <time.h>
-#ifndef time
-time_t time ();
-#endif
-
 #include "common.h"
 
 #define max(a, b) ((a) < (b) ? (b) : (a))
This page took 0.023043 seconds and 4 git commands to generate.