aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-06 13:25:12 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-06 13:25:12 +0100
commitb741cd28d183b45e8e274027dc860c1711da4454 (patch)
tree4b208811256eea71c07909d16dffb384a30d6aee /util-linux
parent2f14263c404568a5e79c043f23d74a7650826cdf (diff)
downloadbusybox-b741cd28d183b45e8e274027dc860c1711da4454.tar.gz
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 0bad59770..4392363ba 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -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)