aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-13 18:28:33 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-06-13 18:28:33 +0000
commitd0343f5ade874477acbdf56191f4dd4f39be40ae (patch)
treeb09a3d310801261efed160a5151b2518195086f5 /util-linux
parenta6c77fd456710954e1d47fb7796b925d334cbb7a (diff)
downloadbusybox-w32-d0343f5ade874477acbdf56191f4dd4f39be40ae.tar.gz
busybox-w32-d0343f5ade874477acbdf56191f4dd4f39be40ae.tar.bz2
busybox-w32-d0343f5ade874477acbdf56191f4dd4f39be40ae.zip
Random cleanup of platform.h.
git-svn-id: svn://busybox.net/trunk/busybox@15375 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 @@
48#define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 48#define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
49#define BLKSSZGET _IO(0x12,104) /* get block device sector size */ 49#define BLKSSZGET _IO(0x12,104) /* get block device sector size */
50 50
51/* Avoid conflicts with the 2.6 kernel headers, which define
52 * _IOR rather differently */
53#undef _IOR
54#define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
55#define BLKGETSIZE64 _IOR(0x12,114,uint64_t)
56
57/* 51/*
58 fdisk.h 52 fdisk.h
59*/ 53*/