(struct utimbuf) [!defined HAVE_STRUCT_UTIMBUF]: Remove; not needed.
# define makedev(maj, min) mkdev (maj, min)
#endif
-#if HAVE_UTIME_H
-# include <utime.h>
-#endif
-
-/* Some systems (even some that do have <utime.h>) don't declare this
- structure anywhere. */
-#ifndef HAVE_STRUCT_UTIMBUF
-struct utimbuf
-{
- long actime;
- long modtime;
-};
-#endif
-
/* Don't use bcopy! Use memmove if source and destination may overlap,
memcpy otherwise. */