aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-12-23 22:43:27 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-12-23 22:43:27 +0000
commitad9789f6db8d77fd5ab6f8e63003c7cae46fd9ca (patch)
tree91718c036281468c475132b2be95a4490ccbd71a /sys/sys/file.h
parent6be79c7b990164fb016414f14a239547eb893075 (diff)
downloadsrc-ad9789f6db8d77fd5ab6f8e63003c7cae46fd9ca.tar.gz
src-ad9789f6db8d77fd5ab6f8e63003c7cae46fd9ca.zip
Notes
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index dc49895fa089..cf5f1ea4965b 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -178,7 +178,8 @@ struct file {
#define f_advice f_vnun.fvn_advice
#define FOFFSET_LOCKED 0x1
-#define FOFFSET_LOCK_WAITING 0x2
+#define FOFFSET_LOCK_WAITING 0x2
+#define FDEVFS_VNODE 0x4
#endif /* _KERNEL || _WANT_FILE */