Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include forgotten commit for KERN_PROCARGS ...



details:   https://anonhg.NetBSD.org/src/rev/abcd4ac4ece1
branches:  trunk
changeset: 551485:abcd4ac4ece1
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Sep 07 07:50:31 2003 +0000

description:
forgotten commit for KERN_PROCARGS sysctl in COMPAT_DARWIN

diffstat:

 sys/arch/powerpc/include/darwin_machdep.h |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 75a20e616d25 -r abcd4ac4ece1 sys/arch/powerpc/include/darwin_machdep.h
--- a/sys/arch/powerpc/include/darwin_machdep.h Sun Sep 07 05:49:57 2003 +0000
+++ b/sys/arch/powerpc/include/darwin_machdep.h Sun Sep 07 07:50:31 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: darwin_machdep.h,v 1.2 2002/12/08 21:53:10 manu Exp $ */
+/*     $NetBSD: darwin_machdep.h,v 1.3 2003/09/07 07:50:31 manu Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,6 +39,8 @@
 #ifndef        _DARWIN_MACHDEP_H_
 #define        _DARWIN_MACHDEP_H_
 
+#include <compat/darwin/darwin_signal.h>
+
 void darwin_fork_child_return(void *);
 
 struct darwin_ppc_exception_state {
@@ -98,4 +100,8 @@
        int nocopy3[56];
 };
 
+struct darwin_slock {
+       volatile unsigned int lock_data[10];
+};
+
 #endif /* !_DARWIN_MACHDEP_H_ */



Home | Main Index | Thread Index | Old Index