diff options
Diffstat (limited to 'util-linux/volume_id/get_devname.c')
-rw-r--r-- | util-linux/volume_id/get_devname.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/util-linux/volume_id/get_devname.c b/util-linux/volume_id/get_devname.c index a1786df1c..0686a0741 100644 --- a/util-linux/volume_id/get_devname.c +++ b/util-linux/volume_id/get_devname.c | |||
@@ -7,11 +7,12 @@ | |||
7 | * | 7 | * |
8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 8 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
9 | */ | 9 | */ |
10 | 10 | #include <sys/mount.h> /* BLKGETSIZE64 */ | |
11 | #if !defined(BLKGETSIZE64) | ||
12 | # define BLKGETSIZE64 _IOR(0x12,114,size_t) | ||
13 | #endif | ||
11 | #include "volume_id_internal.h" | 14 | #include "volume_id_internal.h" |
12 | 15 | ||
13 | //#define BLKGETSIZE64 _IOR(0x12,114,size_t) | ||
14 | |||
15 | static struct uuidCache_s { | 16 | static struct uuidCache_s { |
16 | struct uuidCache_s *next; | 17 | struct uuidCache_s *next; |
17 | // int major, minor; | 18 | // int major, minor; |