aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/types.h')
-rw-r--r--sys/sys/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h
index a669c1338cf3..ad891b0cc4d4 100644
--- a/sys/sys/types.h
+++ b/sys/sys/types.h
@@ -187,10 +187,10 @@ typedef __uintfptr_t uintfptr_t;
typedef u_int64_t uoff_t;
typedef struct vm_page *vm_page_t;
-struct specinfo;
+struct cdev;
typedef u_int32_t udev_t; /* device number */
-typedef struct specinfo *dev_t;
+typedef struct cdev *dev_t;
#define offsetof(type, field) __offsetof(type, field)