Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include Add a dummy darwin_slock



details:   https://anonhg.NetBSD.org/src/rev/f0223e84fdf4
branches:  trunk
changeset: 555998:f0223e84fdf4
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 05 20:34:45 2003 +0000

description:
Add a dummy darwin_slock

diffstat:

 sys/arch/i386/include/darwin_machdep.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a4c0cd6eef5c -r f0223e84fdf4 sys/arch/i386/include/darwin_machdep.h
--- a/sys/arch/i386/include/darwin_machdep.h    Fri Dec 05 19:57:44 2003 +0000
+++ b/sys/arch/i386/include/darwin_machdep.h    Fri Dec 05 20:34:45 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: darwin_machdep.h,v 1.1 2002/12/12 17:41:53 christos Exp $ */
+/*     $NetBSD: darwin_machdep.h,v 1.2 2003/12/05 20:34:45 christos Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -72,4 +72,8 @@
        struct darwin_i386_sigcontext * scp;
 };
 
+struct darwin_slock {
+       int     dummy;
+};
+
 #endif /* !_DARWIN_MACHDEP_H_ */



Home | Main Index | Thread Index | Old Index