Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/kern pullup 1.16->1.17 (sommerfeld)



details:   https://anonhg.NetBSD.org/src/rev/ecc55b2bfe05
branches:  netbsd-1-4
changeset: 468633:ecc55b2bfe05
user:      perry <perry%NetBSD.org@localhost>
date:      Tue May 04 17:05:42 1999 +0000

description:
pullup 1.16->1.17 (sommerfeld)

diffstat:

 sys/kern/kern_lock.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69d4a7297340 -r ecc55b2bfe05 sys/kern/kern_lock.c
--- a/sys/kern/kern_lock.c      Tue May 04 00:54:59 1999 +0000
+++ b/sys/kern/kern_lock.c      Tue May 04 17:05:42 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_lock.c,v 1.16 1999/03/25 00:20:35 sommerfe Exp $  */
+/*     $NetBSD: kern_lock.c,v 1.16.2.1 1999/05/04 17:05:42 perry Exp $ */
 
 /* 
  * Copyright (c) 1995
@@ -52,7 +52,7 @@
  * Locks provide shared/exclusive sychronization.
  */
 
-#ifdef LOCKDEBUG
+#if defined(LOCKDEBUG) || defined(DIAGNOSTIC)
 #define COUNT(p, x) if (p) (p)->p_locks += (x)
 #else
 #define COUNT(p, x)



Home | Main Index | Thread Index | Old Index