From 9e91129f34b68688529dd38d85d11139be5cca45 Mon Sep 17 00:00:00 2001 From: Steve Price <steve@FreeBSD.org> Date: Sat, 28 Mar 1998 14:29:41 +0000 Subject: Fix the modification timestamp in the extended file display. PR: 6079 Submitted by: Greg Lehey <grog@lemis.com> --- misc/ytree/files/patch-af | 11 +++++++++++ misc/ytree/files/patch-ag | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 misc/ytree/files/patch-af create mode 100644 misc/ytree/files/patch-ag diff --git a/misc/ytree/files/patch-af b/misc/ytree/files/patch-af new file mode 100644 index 000000000000..562737130802 --- /dev/null +++ b/misc/ytree/files/patch-af @@ -0,0 +1,11 @@ +--- dirwin.c.orig Sat Mar 21 22:40:47 1998 ++++ dirwin.c Sat Mar 21 22:41:17 1998 +@@ -163,7 +163,7 @@ + ERROR_MSG("malloc() Failed*Abort"); + exit(1); + } +- (void) strcpy( format, "%10s %3d %7d %12s"); ++ (void) strcpy( format, "%10s %3d %7qd %12s"); + (void) sprintf( line_buffer, format, attributes, + de_ptr->stat_struct.st_nlink, + de_ptr->stat_struct.st_size, diff --git a/misc/ytree/files/patch-ag b/misc/ytree/files/patch-ag new file mode 100644 index 000000000000..56157e86bee1 --- /dev/null +++ b/misc/ytree/files/patch-ag @@ -0,0 +1,11 @@ +--- filewin.c.orig Sat Mar 21 22:42:17 1998 ++++ filewin.c Sat Mar 21 22:53:03 1998 +@@ -535,7 +535,7 @@ + } + else + { +- (void) sprintf( format, "%%c %%%c%ds %%10s %%3d %%7d %%12s", ++ (void) sprintf( format, "%%c %%%c%ds %%10s %%3d %%7qd %%12s", + justify, + max_filename_len + ); -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0