summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-20 18:22:30 +0000
committerphk <phk@FreeBSD.org>2003-01-20 18:22:30 +0000
commit2b430723207f8745959032e1045dfba7dead2512 (patch)
tree5a0b349fa447e2a29dfc8c95bc151b3319c3d871
parent85b8fbcaccab06eeb204fabc39cb2918ae186138 (diff)
downloadFreeBSD-src-2b430723207f8745959032e1045dfba7dead2512.zip
FreeBSD-src-2b430723207f8745959032e1045dfba7dead2512.tar.gz
Remove the deprecated IOCTL bits raidframe used, it doesn't anymore.
-rw-r--r--sys/sys/diskslice.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/sys/diskslice.h b/sys/sys/diskslice.h
index 1033c3f7..0e439ea 100644
--- a/sys/sys/diskslice.h
+++ b/sys/sys/diskslice.h
@@ -29,14 +29,6 @@
#ifndef _SYS_DISKSLICE_H_
#define _SYS_DISKSLICE_H_
-#ifndef raidframe_has_been_fixed
-#ifdef _KERNEL
-#include <sys/ioccom.h>
-#define DIOCGSLICEINFO _IOR('d', 111, struct diskslices)
-#define DIOCSYNCSLICEINFO _IOW('d', 112, int)
-#endif
-#endif
-
#ifndef sys_boot_code_has_been_fixed
#define BASE_SLICE 2
#define COMPATIBILITY_SLICE 0
OpenPOWER on IntegriCloud