diff options
author | 2015-11-03 06:25:01 +0000 | |
---|---|---|
committer | 2015-11-03 06:25:01 +0000 | |
commit | 26dd818d3547618b6417f115eb191ba1e9a6064f (patch) | |
tree | 3367a046e2833b8230555ef8a5b1ab2b1723cb19 | |
parent | Blank line after pledge call. (diff) | |
download | wireguard-openbsd-26dd818d3547618b6417f115eb191ba1e9a6064f.tar.xz wireguard-openbsd-26dd818d3547618b6417f115eb191ba1e9a6064f.zip |
Delete VBITS: it's unused and the definition is actually wrong
ok miod@
-rw-r--r-- | sys/sys/vnode.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 5d5f5c87827..552a0613780 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vnode.h,v 1.132 2015/05/07 08:53:33 mpi Exp $ */ +/* $OpenBSD: vnode.h,v 1.133 2015/11/03 06:25:01 guenther Exp $ */ /* $NetBSD: vnode.h,v 1.38 1996/02/29 20:59:05 cgd Exp $ */ /* @@ -138,8 +138,6 @@ struct vnode { #define VLARVAL 0x1000 /* vnode data not yet set up by higher level */ #define VLOCKSWORK 0x4000 /* FS supports locking discipline */ #define VCLONE 0x8000 /* vnode is a clone */ -#define VBITS "\010\001ROOT\002TEXT\003SYSTEM\004ISTTY\010XLOCK" \ - "\011XWANT\013ALIASED\014LARVAL\016LOCKSWORK\017CLONE" /* * (v_bioflag) Flags that may be manipulated by interrupt handlers |