Rename crc functions to private namespace
authorJens Axboe <axboe@kernel.dk>
Wed, 29 Feb 2012 09:01:34 +0000 (10:01 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 29 Feb 2012 09:01:34 +0000 (10:01 +0100)
commit25dfa848abbb6c35b4d45fabd5a8e82cb77fb285
tree680438db31adf53c5c79bbb1561cfbb8115db5b7
parent02efadeb8b05144bcf2fc7796e1da2e7db211d00
Rename crc functions to private namespace

Apparently we overlap with some gtk (?) crc32() functions, causing
ours to be called and subsequently crashing since the arguments
aren't the same.

Move everything to a fio_ protected namespace.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
19 files changed:
crc/crc16.c
crc/crc16.h
crc/crc32.c
crc/crc32.h
crc/crc32c.h
crc/crc64.c
crc/crc64.h
crc/crc7.c
crc/crc7.h
crc/md5.c
crc/md5.h
crc/sha1.c
crc/sha1.h
crc/sha256.c
crc/sha256.h
crc/sha512.c
crc/sha512.h
server.c
verify.c