* src/create.c (struct link): nlink is now of type nlink_t, not size_t.
@@ -30,7 +30,7 @@ struct link
{
dev_t dev;
ino_t ino;
- size_t nlink;
+ nlink_t nlink;
char name[1];
};