diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-10 13:11:28 +0000 |
commit | bcf3a830a4f4c1c5453ee72607fea3aa99a4b5cc (patch) | |
tree | e98877eaeb5e2a44f00691183c3f6564168e2955 /archivers/engrampa/files/patch-src_fr-command-lrzip.c | |
parent | Stage devel/opengrok and upgrade version 0.11.1 => 0.12.1 (diff) |
Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
Diffstat (limited to 'archivers/engrampa/files/patch-src_fr-command-lrzip.c')
-rw-r--r-- | archivers/engrampa/files/patch-src_fr-command-lrzip.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/engrampa/files/patch-src_fr-command-lrzip.c b/archivers/engrampa/files/patch-src_fr-command-lrzip.c new file mode 100644 index 000000000000..ae2d7d440482 --- /dev/null +++ b/archivers/engrampa/files/patch-src_fr-command-lrzip.c @@ -0,0 +1,11 @@ +--- src/fr-command-lrzip.c.orig 2010-08-26 12:40:56.000000000 -0400 ++++ src/fr-command-lrzip.c 2010-08-26 12:41:41.000000000 -0400 +@@ -53,7 +53,7 @@ list__process_line (char *line, + struct stat st; + time_t tt; + if (stat (comm->filename, &st) == 0) +- fdata->modified = st.st_mtim.tv_sec; ++ fdata->modified = st.st_mtime; + else + time(&(fdata->modified)); + fdata->modified; |