forgot to svn add util-linux/minix.h :(

This commit is contained in:
Denis Vlasenko
2007-01-03 00:47:47 +00:00
parent 73464ce53d
commit 87033fb5fa
2 changed files with 77 additions and 1 deletions

View File

@ -176,7 +176,7 @@ static unsigned char *zone_count;
static int bit(char *a, unsigned i)
{
return (a[i >> 3] & (1<<(i & 7))) != 0;
return (a[i >> 3] & (1<<(i & 7))) != 0;
}
#define inode_in_use(x) (bit(inode_map,(x)))