Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/darwin darwin_sysctl is no more.



details:   https://anonhg.NetBSD.org/src/rev/141c623d487e
branches:  trunk
changeset: 556004:141c623d487e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 05 22:17:47 2003 +0000

description:
darwin_sysctl is no more.

diffstat:

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

diffs (19 lines):

diff -r 644fc96ec77e -r 141c623d487e sys/compat/darwin/darwin_sysctl.h
--- a/sys/compat/darwin/darwin_sysctl.h Fri Dec 05 22:09:56 2003 +0000
+++ b/sys/compat/darwin/darwin_sysctl.h Fri Dec 05 22:17:47 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: darwin_sysctl.h,v 1.7 2003/09/14 09:48:43 manu Exp $ */
+/*     $NetBSD: darwin_sysctl.h,v 1.8 2003/12/05 22:17:47 christos Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -58,9 +58,6 @@
        { "iohidsystem_mux", CTLTYPE_INT }, \
 }
 
-int darwin_sysctl(int *, u_int, void *, 
-    size_t *, void *, size_t, struct proc *);
-
 #define DARWIN_CTL_UNSPEC      0
 #define DARWIN_CTL_KERN                1
 #define DARWIN_CTL_VM          2



Home | Main Index | Thread Index | Old Index