aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-06-13 18:28:33 +0000
committerRob Landley <rob@landley.net>2006-06-13 18:28:33 +0000
commit18958e9309b6565245ae14a19aab947fb2da79aa (patch)
treeb09a3d310801261efed160a5151b2518195086f5 /util-linux
parent0960ca7383b3ef35433c269709d12fa6508cc78a (diff)
downloadbusybox-18958e9309b6565245ae14a19aab947fb2da79aa.tar.gz
Random cleanup of platform.h.
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/fdisk.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 26ec2e363..5ef5acb1b 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -48,12 +48,6 @@
#define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
#define BLKSSZGET _IO(0x12,104) /* get block device sector size */
-/* Avoid conflicts with the 2.6 kernel headers, which define
- * _IOR rather differently */
-#undef _IOR
-#define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
-#define BLKGETSIZE64 _IOR(0x12,114,uint64_t)
-
/*
fdisk.h
*/