aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/diskmbr.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-03 19:37:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-03 19:37:40 +0000
commit63f253709ff5bf95d5fc1745620c2d4e967ec97b (patch)
tree2d158f756d3f06b906c2aedd1626be1405f86cd5 /sys/sys/diskmbr.h
parentb0fc6220b86f8447e3573548faa8c2e2ad5a66a6 (diff)
downloadsrc-63f253709ff5bf95d5fc1745620c2d4e967ec97b.tar.gz
src-63f253709ff5bf95d5fc1745620c2d4e967ec97b.zip
Retire the DIOCGMBR ioctl before anybody starts to use it.
Notes
Notes: svn path=/head/; revision=113034
Diffstat (limited to 'sys/sys/diskmbr.h')
-rw-r--r--sys/sys/diskmbr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index e2aaafc0e714..ef3147a00295 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -69,7 +69,6 @@ CTASSERT(sizeof (struct dos_partition) == 16);
#define DPSECT(s) ((s) & 0x3f) /* isolate relevant bits of sector */
#define DPCYL(c, s) ((c) + (((s) & 0xc0)<<2)) /* and those that are cylinder */
-#define DIOCGMBR _IOR('M', 128, u_char[512])
#define DIOCSMBR _IOW('M', 129, u_char[512])