[!HAVE_UTIME_H]: Don't declare struct utimbuf here.

[!HAVE_STRUCT_UTIMBUF]: Declare struct utimbuf here instead.
This commit is contained in:
Jim Meyering
1995-10-06 02:53:42 +00:00
parent 6fc3c211ec
commit 965c0bf39d
+5 -1
View File
@@ -141,7 +141,11 @@ off_t lseek ();
#ifdef HAVE_UTIME_H
#include <utime.h>
#else
#endif
/* Some systems (even some that do have <utime.h>) don't declare this
structure anywhere. */
#ifndef HAVE_STRUCT_UTIMBUF
struct utimbuf
{
long actime;