Merging upstream version 0.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8a1b7bb819
commit
fae36bf8d8
18 changed files with 427 additions and 212 deletions
|
@ -32,8 +32,6 @@
|
|||
#include "tarlz.h"
|
||||
|
||||
|
||||
namespace {
|
||||
|
||||
int seek_read( const int fd, uint8_t * const buf, const int size,
|
||||
const long long pos )
|
||||
{
|
||||
|
@ -42,6 +40,8 @@ int seek_read( const int fd, uint8_t * const buf, const int size,
|
|||
return 0;
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
const char * bad_version( const unsigned version )
|
||||
{
|
||||
static char buf[80];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue