Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Not a published interface...yet



details:   https://anonhg.NetBSD.org/src/rev/60a5b045c5f2
branches:  trunk
changeset: 555947:60a5b045c5f2
user:      atatat <atatat%NetBSD.org@localhost>
date:      Thu Dec 04 20:06:58 2003 +0000

description:
Not a published interface...yet

diffstat:

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

diffs (18 lines):

diff -r 156c0d2279f9 -r 60a5b045c5f2 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h  Thu Dec 04 19:57:38 2003 +0000
+++ b/sys/sys/sysctl.h  Thu Dec 04 20:06:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.h,v 1.100 2003/12/04 19:38:25 atatat Exp $      */
+/*     $NetBSD: sysctl.h,v 1.101 2003/12/04 20:06:58 atatat Exp $      */
 
 /*
  * Copyright (c) 1989, 1993
@@ -931,8 +931,6 @@
 
 __BEGIN_DECLS
 int    sysctl __P((int *, u_int, void *, size_t *, const void *, size_t));
-int     sysctlnametomib __P((const char *, int *, u_int *,
-                            char *, size_t *, struct sysctlnode **));
 __END_DECLS
 
 #endif /* !_KERNEL */



Home | Main Index | Thread Index | Old Index