From: Wayne Davison Date: Wed, 14 Apr 2004 23:33:40 +0000 (+0000) Subject: Our exclude lists are now comprised of a base structure with a head X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b2aa573b1c1fdc9f019d55ce5350a5b1dad59383?hp=b2aa573b1c1fdc9f019d55ce5350a5b1dad59383 Our exclude lists are now comprised of a base structure with a head and a tail pointer pointing to a linked list of items (rather than an array of pointers that has to be reallocated all the time). ---