Extract common OMFS code into a library
commit9c46627afb5b895109c28f017d5c6c1805c1c51d
authorBob Copeland <me@bobcopeland.com>
Tue, 2 Sep 2008 03:50:42 +0000 (1 23:50 -0400)
committerBob Copeland <me@bobcopeland.com>
Tue, 2 Sep 2008 03:50:42 +0000 (1 23:50 -0400)
treedc54db7a290f2fa8f9e37aa70174b8f3d117d62f
parent2a5b972c670431d96ca5f2f5c37a6aeb8d8f2ed7
Extract common OMFS code into a library
18 files changed:
Makefile
bits.h [deleted file]
check.c
create_fs.c
dirscan.c
fix.c
io.c
libomfs/Makefile [new file with mode: 0644]
libomfs/bitmap.c [new file with mode: 0644]
libomfs/bits.h [new file with mode: 0644]
libomfs/config.h [moved from config.h with 79% similarity]
libomfs/crc.c [moved from crc.c with 100% similarity]
libomfs/crc.h [moved from crc.h with 100% similarity]
libomfs/omfs.c [new file with mode: 0644]
libomfs/omfs.h [new file with mode: 0644]
libomfs/omfs_fs.h [new file with mode: 0644]
omfs.c [deleted file]
omfs.h [deleted file]