This is a patch file for "joe" 3.6. It tries to ensure that "joe" will set backup-file timestamps. --- joe-3.6.old/ufile.c +++ joe-3.6/ufile.c @@ -7,6 +7,15 @@ */ #include "types.h" +#ifdef linux +#ifndef HAVE_UTIME +#define HAVE_UTIME 1 +#endif +#ifndef HAVE_UTIME_H +#define HAVE_UTIME_H 1 +#endif +#endif + #ifdef HAVE_UTIME_H #include #else