mirror of
https://git.busybox.net/busybox.git
synced 2024-11-28 08:03:28 +08:00
fsck_minix: forgotten bit of previous commit...
This commit is contained in:
parent
a6691317e5
commit
1fd46215b2
@ -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] = '/'; \
|
||||
|
Loading…
Reference in New Issue
Block a user