This commit is contained in:
committed by
Git OBS Bridge
parent
f6576b2732
commit
ffe8f2cbca
13
slp-fix.diff
Normal file
13
slp-fix.diff
Normal file
@@ -0,0 +1,13 @@
|
||||
--- options.c
|
||||
+++ options.c
|
||||
@@ -245,8 +245,8 @@ static void print_rsync_version(enum log
|
||||
rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, %shard links, %ssymlinks,\n",
|
||||
(int) (sizeof (OFF_T) * 8), got_socketpair, hardlinks, links);
|
||||
|
||||
- rprintf(f, " batchfiles, %sinplace, %sIPv6, %sACLs, %sxattrs,\n",
|
||||
- have_inplace, ipv6, acls, xattrs);
|
||||
+ rprintf(f, " batchfiles, %sinplace, %sIPv6, %sACLs, %sxattrs, %sSLP\n",
|
||||
+ have_inplace, ipv6, acls, xattrs, slp);
|
||||
|
||||
/* Note that this field may not have type ino_t. It depends
|
||||
* on the complicated interaction between largefile feature
|
Reference in New Issue
Block a user