commit | c4dcb1c10ae5e3d523823fe0a2c84d0841ca2ea1 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Aug 24 22:44:33 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 24 22:44:33 2008 -0400 |
tree | b9a7bc07620d7aa3d1ac592d93a0e8bca52bd996 | |
parent | 0f3c108363b9c1d56b29bd601bfbe7938999e7d7 [diff] |
libext2fs: Fix namespace leakage of crc16 functions Rename crc16 to ext2fs_crc16, and make crc16_table static, since there's not reason it should be exposed at all. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>