From: Jim Meyering Date: Fri, 6 Oct 1995 02:53:42 +0000 (+0000) Subject: [!HAVE_UTIME_H]: Don't declare struct utimbuf here. X-Git-Tag: v4.5.1~12345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=965c0bf39db97e78a3b00a75e76bff77aafd2cc9;p=thirdparty%2Fcoreutils.git [!HAVE_UTIME_H]: Don't declare struct utimbuf here. [!HAVE_STRUCT_UTIMBUF]: Declare struct utimbuf here instead. --- diff --git a/src/system.h b/src/system.h index cdd8f3e394..23bb92e42e 100644 --- a/src/system.h +++ b/src/system.h @@ -141,7 +141,11 @@ off_t lseek (); #ifdef HAVE_UTIME_H #include -#else +#endif + +/* Some systems (even some that do have ) don't declare this + structure anywhere. */ +#ifndef HAVE_STRUCT_UTIMBUF struct utimbuf { long actime;