Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/darwin struct darwin_slock is not undefined, it's...



details:   https://anonhg.NetBSD.org/src/rev/a4c0cd6eef5c
branches:  trunk
changeset: 555997:a4c0cd6eef5c
user:      manu <manu%NetBSD.org@localhost>
date:      Fri Dec 05 19:57:44 2003 +0000

description:
struct darwin_slock is not undefined, it's just machine dependent.

diffstat:

 sys/compat/darwin/darwin_proc.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r ffac9be9ffad -r a4c0cd6eef5c sys/compat/darwin/darwin_proc.h
--- a/sys/compat/darwin/darwin_proc.h   Fri Dec 05 19:35:43 2003 +0000
+++ b/sys/compat/darwin/darwin_proc.h   Fri Dec 05 19:57:44 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: darwin_proc.h,v 1.2 2003/09/10 16:44:45 christos Exp $ */
+/*     $NetBSD: darwin_proc.h,v 1.3 2003/12/05 19:57:44 manu Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -51,9 +51,7 @@
 
 struct darwin_pcred {
        struct  darwin_lock__bsd__ {
-#ifdef notyet
                struct darwin_slock lk_interlock;
-#endif
                u_int   lk_flags;
                int     lk_sharecount;
                int     lk_waitcount;



Home | Main Index | Thread Index | Old Index