whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_17_stable
Denys Vlasenko 2010-02-06 13:25:12 +01:00
parent 2f14263c40
commit b741cd28d1
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ struct globals {
#endif
llist_t *fslist;
char getmntent_buf[1];
} FIX_ALIASING;
enum { GETMNTENT_BUFSIZE = COMMON_BUFSIZE - offsetof(struct globals, getmntent_buf) };
#define G (*(struct globals*)&bb_common_bufsiz1)