Files
pkgsrc-ng/archivers/engrampa/patches/patch-src_fr-command-lrzip.c
2016-11-18 22:39:22 +01:00

16 lines
426 B
C

$NetBSD: patch-src_fr-command-lrzip.c,v 1.1 2016/05/21 19:19:53 youri Exp $
* use portable member name
--- src/fr-command-lrzip.c.orig 2013-06-29 20:16:25.000000000 +0000
+++ src/fr-command-lrzip.c
@@ -53,7 +53,7 @@ list__process_line (char *line,
struct stat st;
if (stat (comm->filename, &st) == 0)
- fdata->modified = st.st_mtim.tv_sec;
+ fdata->modified = st.st_mtime;
else
time(&(fdata->modified));