summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/nullfs/null.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/nullfs/null.h')
-rw-r--r--sys/miscfs/nullfs/null.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/miscfs/nullfs/null.h b/sys/miscfs/nullfs/null.h
index 8747230..2b7ed51 100644
--- a/sys/miscfs/nullfs/null.h
+++ b/sys/miscfs/nullfs/null.h
@@ -52,7 +52,7 @@ struct null_mount {
* A cache of vnode references
*/
struct null_node {
- LIST_ENTRY(struct null_node) null_hash; /* Hash list */
+ LIST_ENTRY(null_node) null_hash; /* Hash list */
struct vnode *null_lowervp; /* VREFed once */
struct vnode *null_vnode; /* Back pointer */
};
OpenPOWER on IntegriCloud