summaryrefslogtreecommitdiff
path: root/sysutils/vcp/files/patch-copyall.c
blob: da2650efebf17ffdb97a58bd12f076f2bb24efc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- copyall.c.orig	2022-11-06 12:59:04 UTC
+++ copyall.c
@@ -16,10 +16,6 @@
 #include "copy.h"
 #include "screen.h"
 
-#ifndef _POSIX_SOURCE
-#define st_mtime st_mtimespec.tv_sec
-#endif
-
 int copyall(char *args[],int fts_opt,int type) {
 	FTS *ftsarg;
 	FTSENT *ftsf;