whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2f14263c40
commit
b741cd28d1
@ -267,7 +267,6 @@ struct globals {
|
|||||||
#endif
|
#endif
|
||||||
llist_t *fslist;
|
llist_t *fslist;
|
||||||
char getmntent_buf[1];
|
char getmntent_buf[1];
|
||||||
|
|
||||||
} FIX_ALIASING;
|
} FIX_ALIASING;
|
||||||
enum { GETMNTENT_BUFSIZE = COMMON_BUFSIZE - offsetof(struct globals, getmntent_buf) };
|
enum { GETMNTENT_BUFSIZE = COMMON_BUFSIZE - offsetof(struct globals, getmntent_buf) };
|
||||||
#define G (*(struct globals*)&bb_common_bufsiz1)
|
#define G (*(struct globals*)&bb_common_bufsiz1)
|
||||||
|
Loading…
Reference in New Issue
Block a user