summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/share.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/share.h')
-rw-r--r--usr/src/uts/common/sys/share.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/share.h b/usr/src/uts/common/sys/share.h
index 4de5f5ce65..1a8aead065 100644
--- a/usr/src/uts/common/sys/share.h
+++ b/usr/src/uts/common/sys/share.h
@@ -63,7 +63,7 @@ struct shrlocklist {
struct shrlocklist *next;
};
-#if defined(_KERNEL)
+#if defined(_KERNEL) || defined(_FAKE_KERNEL)
struct flock64;
extern int add_share(struct vnode *, struct shrlock *);