summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/conf.h')
-rw-r--r--freebsd/sys/sys/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/sys/conf.h b/freebsd/sys/sys/conf.h
index 8d39c629..d5ced5c0 100644
--- a/freebsd/sys/sys/conf.h
+++ b/freebsd/sys/sys/conf.h
@@ -84,9 +84,11 @@ struct cdev {
LIST_ENTRY(cdev) si_list;
#ifndef __rtems__
LIST_ENTRY(cdev) si_clone;
+#endif /* __rtems__ */
LIST_HEAD(, cdev) si_children;
LIST_ENTRY(cdev) si_siblings;
struct cdev *si_parent;
+#ifndef __rtems__
struct mount *si_mountpt;
#endif /* __rtems__ */
void *si_drv1, *si_drv2;