The Samba-Bugzilla – Attachment 982 Details for
Bug 2389
block/character devices on Solaris yield wacky rsync stats
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A simpler fix
size.patch (text/plain), 259 bytes, created by
Wayne Davison
on 2005-02-24 19:35:26 UTC
(
hide
)
Description:
A simpler fix
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2005-02-24 19:35:26 UTC
Size:
259 bytes
patch
obsolete
>--- flist.c 22 Feb 2005 20:42:55 -0000 1.283 >+++ flist.c 25 Feb 2005 02:28:25 -0000 >@@ -963,7 +963,7 @@ skip_filters: > file->mode = save_mode; > } > >- if (!S_ISDIR(st.st_mode)) >+ if (S_ISREG(st.st_mode)) > stats.total_size += st.st_size; > > return file;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2389
:
979
| 982