aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-22 23:16:39 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-22 23:16:39 +0200
commitaf3fd14e4df87d8af833d5e7b97d285b4d137d60 (patch)
tree56027df28b48904f3e06048034135848dcabd99c /miscutils/hdparm.c
parented4ff0e8cbe8b330ecc9c51d0c5ff2ad1647ad5d (diff)
downloadbusybox-w32-af3fd14e4df87d8af833d5e7b97d285b4d137d60.tar.gz
busybox-w32-af3fd14e4df87d8af833d5e7b97d285b4d137d60.tar.bz2
busybox-w32-af3fd14e4df87d8af833d5e7b97d285b4d137d60.zip
hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r--miscutils/hdparm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 60682231a..0917b4175 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -15,6 +15,9 @@
15/* must be _after_ libbb.h: */ 15/* must be _after_ libbb.h: */
16#include <linux/hdreg.h> 16#include <linux/hdreg.h>
17#include <sys/mount.h> 17#include <sys/mount.h>
18#if !defined(BLKGETSIZE64)
19# define BLKGETSIZE64 _IOR(0x12,114,size_t)
20#endif
18 21
19/* device types */ 22/* device types */
20/* ------------ */ 23/* ------------ */