Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/darwin someone forgot to commit code. make this c...



details:   https://anonhg.NetBSD.org/src/rev/fe9f93dcce65
branches:  trunk
changeset: 551701:fe9f93dcce65
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 10 16:44:45 2003 +0000

description:
someone forgot to commit code. make this compile again.

diffstat:

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

diffs (19 lines):

diff -r f728e54ec5b4 -r fe9f93dcce65 sys/compat/darwin/darwin_proc.h
--- a/sys/compat/darwin/darwin_proc.h   Wed Sep 10 16:44:12 2003 +0000
+++ b/sys/compat/darwin/darwin_proc.h   Wed Sep 10 16:44:45 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: darwin_proc.h,v 1.1 2003/09/07 08:05:47 manu Exp $ */
+/*     $NetBSD: darwin_proc.h,v 1.2 2003/09/10 16:44:45 christos Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -51,7 +51,9 @@
 
 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