From b741cd28d183b45e8e274027dc860c1711da4454 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 6 Feb 2010 13:25:12 +0100 Subject: whitespace fix Signed-off-by: Denys Vlasenko --- util-linux/mount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux') 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) -- cgit v1.2.3