Whamcloud - gitweb
Fixed signed vs. unsigned comparison warning in strncmp().
authorTheodore Ts'o <tytso@mit.edu>
Sun, 14 May 2006 21:29:00 +0000 (17:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 14 May 2006 21:29:00 +0000 (17:29 -0400)
commit49487b79da9ccc4a5f9d4e8f08c10ec9c8185a90
tree6ce9d669e720eb90ea1a78839ffa619a4f68ceb7
parent2aa362f54a9a486ffd495028b95532897551d619
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>
lib/blkid/ChangeLog
lib/blkid/probe.c