diff options
author | Wayne Davison <wayned@samba.org> | 2004-02-10 17:35:04 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2004-02-10 17:35:04 +0000 |
commit | b96efc2f67c66ba12b7c78228bdcd1cec3f31f5a (patch) | |
tree | 9b087972188631d718522b4207f3df9ebff1450f /rsync.h | |
parent | be20dc34488ed1b40f85b7ddf89aed98eee993ab (diff) | |
download | rsync-b96efc2f67c66ba12b7c78228bdcd1cec3f31f5a.tar.gz |
Empty-line tweaks.
Diffstat (limited to 'rsync.h')
-rw-r--r-- | rsync.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,6 +433,7 @@ struct file_struct { */ #define FLIST_START (32 * 1024) #define FLIST_LINEAR (FLIST_START * 512) + /* * Extent size for allocation pools A minimum size of 128KB * is needed to mmap them so that freeing will release the @@ -442,7 +443,6 @@ struct file_struct { * (when they happen) Smaller sizes increase the chance of * freed allocations freeing whole extents. */ - #define FILE_EXTENT (256 * 1024) #define HLINK_EXTENT (128 * 1024) |