aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
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
+ );