On 11/12/2012 02:28 PM, Philipp Thomas wrote:
For the code to support shared extents in du I need to add the rbtree gnulib module(s) to coreutils. Having never done something like this before, how do I go about doing so?
It's probably best to look at examples. You can add gnulib modules private to coreutils like: http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=63b5e816 Or you can add to gnulib proper. I note some *rbtree* files already in gnulib BTW. cheers, Pádraig.
