summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-03-28 14:29:41 +0000
committerSteve Price <steve@FreeBSD.org>1998-03-28 14:29:41 +0000
commit9e91129f34b68688529dd38d85d11139be5cca45 (patch)
tree7e793926eb99472863f8553b705ac2087abe20a5 /misc
parentBetter PLIST from lynx port (diff)
Fix the modification timestamp in the extended file display.
PR: 6079 Submitted by: Greg Lehey <grog@lemis.com>
Notes
Notes: svn path=/head/; revision=10348
Diffstat (limited to 'misc')
-rw-r--r--misc/ytree/files/patch-af11
-rw-r--r--misc/ytree/files/patch-ag11
2 files changed, 22 insertions, 0 deletions
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
+ );