diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 23a345931..0bad59770 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -268,7 +268,7 @@ struct globals { | |||
268 | llist_t *fslist; | 268 | llist_t *fslist; |
269 | char getmntent_buf[1]; | 269 | char getmntent_buf[1]; |
270 | 270 | ||
271 | }; | 271 | } FIX_ALIASING; |
272 | enum { GETMNTENT_BUFSIZE = COMMON_BUFSIZE - offsetof(struct globals, getmntent_buf) }; | 272 | enum { GETMNTENT_BUFSIZE = COMMON_BUFSIZE - offsetof(struct globals, getmntent_buf) }; |
273 | #define G (*(struct globals*)&bb_common_bufsiz1) | 273 | #define G (*(struct globals*)&bb_common_bufsiz1) |
274 | #define nfs_mount_version (G.nfs_mount_version) | 274 | #define nfs_mount_version (G.nfs_mount_version) |