Got rid of some cruft.
authorWayne Davison <wayned@samba.org>
Sat, 27 Oct 2007 05:02:40 +0000 (05:02 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 27 Oct 2007 05:02:40 +0000 (05:02 +0000)
checksum4mirrors.diff

index b4d9d47..eee5ef4 100644 (file)
@@ -280,24 +280,6 @@ To use this patch, run these commands for a successful build:
  isPrint(const char *ptr)
  {
        return isprint(*(unsigned char *)ptr);
---- old/patches/checksum-updating.diff
-+++ new/patches/checksum-updating.diff
-@@ -476,15 +476,6 @@ To use this patch, run these commands fo
-  
-       return flist;
-  }
--@@ -2320,7 +2673,7 @@ void flist_free(struct file_list *flist)
-- 
--      if (!flist->prev || !flist_cnt)
--              pool_destroy(flist->file_pool);
---     else
--+     else if (flist->pool_boundary)
--              pool_free_old(flist->file_pool, flist->pool_boundary);
-- 
--      if (flist->sorted && flist->sorted != flist->files)
- --- old/ifuncs.h
- +++ new/ifuncs.h
- @@ -64,6 +64,12 @@ isDigit(const char *ptr)
 --- old/support/rsyncsums
 +++ new/support/rsyncsums
 @@ -0,0 +1,183 @@