diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-11-10 22:20:37 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-11-10 22:20:37 +0000 |
commit | 33417308575479cc36903ad5eb22bc82ed130b15 (patch) | |
tree | 3b3a4692626bee09d93ae55b1b7d11274f45c1fb /sys/kern/kern_lock.c | |
parent | c2bc9602cb9464a3f5e1ced421010804aa57971d (diff) |
put text after endif into comments
Diffstat (limited to 'sys/kern/kern_lock.c')
-rw-r--r-- | sys/kern/kern_lock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 564d9f4b458..de95a2a3dba 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_lock.c,v 1.5 1997/11/07 10:27:43 niklas Exp $ */ +/* $OpenBSD: kern_lock.c,v 1.6 1998/11/10 22:20:36 art Exp $ */ /* * Copyright (c) 1995 @@ -205,7 +205,7 @@ lockmgr(lkp, flags, interlkp, p) if ((flags & LK_REENABLE) == 0) lkp->lk_flags |= LK_DRAINED; } -#endif DIAGNOSTIC +#endif /* DIAGNOSTIC */ switch (flags & LK_TYPE_MASK) { |