summaryrefslogtreecommitdiffstats
path: root/system/mmv/compilefix.diff
blob: 9a13a156dc9c669edfa6c51e0d1b2d228ce474ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -Naur a/mmv.c b/mmv.c
--- a/mmv.c	2020-07-01 18:55:50.961457418 -0400
+++ b/mmv.c	2020-07-01 19:00:17.724426386 -0400
@@ -193,10 +193,7 @@
 #ifdef IS_SYSV
 
 /* for System V and Version 7*/
-struct utimbuf {
-	time_t actime;
-	time_t modtime;
-};
+#include <utime.h>
 #define utimes(f, t) utime((f), &(t))
 
 #ifndef HAS_RENAME