From: Wayne Davison Date: Sat, 19 Jul 2008 15:49:53 +0000 (-0700) Subject: Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fb01d1fb07f6efd3752ff895fe8a77e26a2b2055?hp=fb01d1fb07f6efd3752ff895fe8a77e26a2b2055 Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting (making pools aligned by default). Added the missing code to make the documented behavior of pool_free() with a NULL addr work. Updated the pool_alloc.3 manpage. ---