diff options
author | 2006-07-09 23:20:50 +0000 | |
---|---|---|
committer | 2006-07-09 23:20:50 +0000 | |
commit | 782a1dd58c71bccccd47bc83e352871756ede01c (patch) | |
tree | 6008aaaf5967f00778786e8d679ab370a179b674 /sys/kern/vfs_subr.c | |
parent | Two fixes: (diff) | |
download | wireguard-openbsd-782a1dd58c71bccccd47bc83e352871756ede01c.tar.xz wireguard-openbsd-782a1dd58c71bccccd47bc83e352871756ede01c.zip |
Fix tab where space was meant
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r-- | sys/kern/vfs_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index ef84bab124d..3fd157682b4 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_subr.c,v 1.131 2006/07/08 20:01:13 thib Exp $ */ +/* $OpenBSD: vfs_subr.c,v 1.132 2006/07/09 23:20:50 pedro Exp $ */ /* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */ /* @@ -1919,7 +1919,7 @@ vinvalbuf(struct vnode *vp, int flags, struct ucred *cred, struct proc *p, struct buf *nbp, *blist; int s, error; -#ifdef VFSDEBUG +#ifdef VFSDEBUG if ((vp->v_flag & VLOCKSWORK) && !VOP_ISLOCKED(vp)) panic("vinvalbuf(): vp isn't locked"); #endif |