commit | 49487b79da9ccc4a5f9d4e8f08c10ec9c8185a90 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun May 14 17:29:00 2006 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 14 17:29:00 2006 -0400 |
tree | 6ce9d669e720eb90ea1a78839ffa619a4f68ceb7 | |
parent | 2aa362f54a9a486ffd495028b95532897551d619 [diff] |
Fixed signed vs. unsigned comparison warning in strncmp(). It's better to use memcmp() anyway given the code in question. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>