#include int main(void) { lzma_stream strm = LZMA_STREAM_INIT; int ret; ret = lzma_stream_decoder(&strm, UINT64_MAX, LZMA_CONCATENATED); return ret ? -1 : 0; } e' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/net/Makefile?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-03net: Introduce ife encapsulation moduleYotam Gigi1-0/+1