Whamcloud - gitweb
blkid: Fix portability problem caused by using uint instead of unsigned int
authorTheodore Ts'o <tytso@mit.edu>
Sun, 9 Mar 2008 01:01:05 +0000 (20:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 9 Mar 2008 01:01:05 +0000 (20:01 -0500)
commitdd232049d19112d46d4b296c1b253ef05e9dc67c
tree926494df0b041190c088282bf72602a40a717432
parente67670c32cbec23b35de2725a5b6ad8d3d3568f0
blkid: Fix portability problem caused by using uint instead of unsigned int

This is needed to fix compilation with DJGPP; thanks to Cristophe
Grenier for pointing this out.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/blkid/probe.c