Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/sys Pull up 1.17 -> 1.18.



details:   https://anonhg.NetBSD.org/src/rev/f611b8c2675f
branches:  netbsd-1-4
changeset: 468090:f611b8c2675f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Apr 07 00:34:34 1999 +0000

description:
Pull up 1.17 -> 1.18.

diffstat:

 sys/sys/lock.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 6ad7143693fb -r f611b8c2675f sys/sys/lock.h
--- a/sys/sys/lock.h    Tue Apr 06 22:28:46 1999 +0000
+++ b/sys/sys/lock.h    Wed Apr 07 00:34:34 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock.h,v 1.17 1999/03/25 00:20:35 sommerfe Exp $       */
+/*     $NetBSD: lock.h,v 1.17.2.1 1999/04/07 00:34:34 thorpej Exp $    */
 
 /* 
  * Copyright (c) 1995
@@ -65,6 +65,12 @@
 #endif
 };
 
+#ifdef LOCKDEBUG
+#define        SIMPLELOCK_INITIALIZER  { 0, NULL, 0, NULL, 0, { NULL, NULL }, 0 }
+#else
+#define        SIMPLELOCK_INITIALIZER  { 0 }
+#endif
+
 /* XXXCDC: kill typedefs later? */
 typedef struct simplelock       simple_lock_data_t;
 typedef struct simplelock       *simple_lock_t;



Home | Main Index | Thread Index | Old Index