diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-06 13:25:12 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-06 13:25:12 +0100 |
| commit | b741cd28d183b45e8e274027dc860c1711da4454 (patch) | |
| tree | 4b208811256eea71c07909d16dffb384a30d6aee | |
| parent | 2f14263c404568a5e79c043f23d74a7650826cdf (diff) | |
| download | busybox-b741cd28d183b45e8e274027dc860c1711da4454.tar.gz | |
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | util-linux/mount.c | 1 |
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) |
