commit | b13fee4cbb98a20ae761da46b02b58cb47f289ab | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Jun 20 22:38:00 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Jun 20 22:38:00 2006 +0000 |
tree | f7909ad87f1bc06d9d02c6589ae646a013d35558 | |
parent | 5483de1cb71b9cac095e4f6b65196b5390c06560 [diff] |
Since rangecoder is just a bunch of C functions, move it into the one user (decompress_unlzma.c). Also a slight #include cleanup, and I've been meaning to put #include <unistd.h> into libbb.h since it's so darn common...