summaryrefslogtreecommitdiff
path: root/sys/kern/vnode_if.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-03 14:23:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-03-03 14:23:44 +0000
commitd0f290a5daca1dcff4ec1b2b5f7c71e067a1446e (patch)
tree9a806a291e0db99215eca1167937416ae6b27517 /sys/kern/vnode_if.c
parentdb65e9e26dddb86e8b91ed246165fccba3608dc8 (diff)
vnode_if sync
Diffstat (limited to 'sys/kern/vnode_if.c')
-rw-r--r--sys/kern/vnode_if.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/vnode_if.c b/sys/kern/vnode_if.c
index fb9ad91de03..0b8064cfd8b 100644
--- a/sys/kern/vnode_if.c
+++ b/sys/kern/vnode_if.c
@@ -3,9 +3,9 @@
* (Modifications made here may easily be lost!)
*
* Created from the file:
- * OpenBSD: vnode_if.src,v 1.8 1998/08/08 03:53:30 csapuntz Exp
+ * OpenBSD: vnode_if.src,v 1.9 1998/12/05 16:54:02 csapuntz Exp
* by the script:
- * OpenBSD: vnode_if.sh,v 1.3 1996/04/19 16:09:13 niklas Exp
+ * OpenBSD: vnode_if.sh,v 1.5 1999/03/03 14:23:19 deraadt Exp
*/
/*
@@ -41,6 +41,7 @@
* SUCH DAMAGE.
*/
+#define INTERNAL_VOP_NOT_INLINE
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/vnode.h>