diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-18 07:08:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-08-18 07:08:30 +0000 |
commit | 30d44cbeed5c321733b59f43d23e5821d8a61fb4 (patch) | |
tree | fd6dcef3d69f3f49bd5fb8ab8b17fa29d3a561e9 /sys | |
parent | b102e9a04ccac72484afbbd575c05ded4a5760ff (diff) |
indent # properly; garnett@bogus.cs.colorado.edu
Diffstat (limited to 'sys')
-rw-r--r-- | sys/miscfs/union/union_vnops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index 4c371d45b50..db903835be2 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: union_vnops.c,v 1.11 1998/08/06 19:34:51 csapuntz Exp $ */ +/* $OpenBSD: union_vnops.c,v 1.12 1998/08/18 07:08:29 deraadt Exp $ */ /* $NetBSD: union_vnops.c,v 1.30.4.1 1996/05/25 22:10:14 jtc Exp $ */ /* @@ -1644,14 +1644,14 @@ start: error = vn_lock(un->un_uppervp, flags, p); if (error) return (error); - un->un_flags |= UN_ULOCK; + un->un_flags |= UN_ULOCK; } #ifdef DIAGNOSTIC if (un->un_flags & UN_KLOCK) { vprint("union: dangling klock", vp); panic("union: dangling upper lock (%lx)", vp); } - #endif +#endif } if (un->un_flags & UN_LOCKED) { |