summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/unpcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/unpcb.h')
-rw-r--r--freebsd/sys/sys/unpcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/unpcb.h b/freebsd/sys/sys/unpcb.h
index d141b966..38a2d1fe 100644
--- a/freebsd/sys/sys/unpcb.h
+++ b/freebsd/sys/sys/unpcb.h
@@ -71,7 +71,7 @@ struct unpcb {
#ifndef __rtems__
struct vnode *unp_vnode; /* if associated with file */
#else /* __rtems__ */
- struct IMFS_jnode_tt *unp_vnode; /* if associated with file */
+ void *unp_vnode; /* if associated with file */
#endif /* __rtems__ */
ino_t unp_ino; /* fake inode number */
struct unpcb *unp_conn; /* control block of connected socket */