fsck_minix: forgotten bit of previous commit...

This commit is contained in:
Denis Vlasenko 2007-06-13 12:35:34 +00:00
parent a6691317e5
commit 1fd46215b2

View File

@ -190,6 +190,7 @@ struct globals {
#define check_file_blk (G.check_file_blk )
#define current_name (G.current_name )
#define INIT_G() do { \
PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
dirsize = 16; \
namelen = 14; \
current_name[0] = '/'; \