git: debug - separate out crc32.c and icrc32.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Mar 26 23:43:15 PDT 2017
commit 1318cd542cfdad9ba846bae239888615ab88909a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Mar 10 09:18:44 2017 -0800
debug - separate out crc32.c and icrc32.c
* Separate the code out into two test programs, one for the original crc
code and one using the iscsi crc code.
Summary of changes:
test/debug/crc32.c | 2 +-
test/debug/{crc32.c => icrc32.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy test/debug/{crc32.c => icrc32.c} (100%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1318cd542cfdad9ba846bae239888615ab88909a
--
DragonFly BSD source repository
More information about the Commits
mailing list