diff options
Diffstat (limited to 'misc/ytree/files/patch-af')
| -rw-r--r-- | misc/ytree/files/patch-af | 11 |
1 files changed, 11 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, |
