summaryrefslogtreecommitdiff
path: root/sys/tmpfs/tmpfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/tmpfs/tmpfs.h')
-rw-r--r--sys/tmpfs/tmpfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/tmpfs/tmpfs.h b/sys/tmpfs/tmpfs.h
index 8646ca36446..0c5b1583327 100644
--- a/sys/tmpfs/tmpfs.h
+++ b/sys/tmpfs/tmpfs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmpfs.h,v 1.8 2016/06/19 11:54:33 natano Exp $ */
+/* $OpenBSD: tmpfs.h,v 1.9 2019/01/21 18:09:21 anton Exp $ */
/* $NetBSD: tmpfs.h,v 1.45 2011/09/27 01:10:43 christos Exp $ */
/*
@@ -122,7 +122,7 @@ typedef struct tmpfs_node {
struct timespec tn_birthtime;
/* Head of byte-level lock list (used by tmpfs_advlock). */
- struct lockf * tn_lockf;
+ struct lockf_state * tn_lockf;
union {
/* Type case: VBLK or VCHR. */