Source-Changes-HG archive

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

[src/trunk]: src/sys/sys There is no vm_sysctl() or fs_sysctl() - don't decla...



details:   https://anonhg.NetBSD.org/src/rev/a5d59522a4f7
branches:  trunk
changeset: 484946:a5d59522a4f7
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Apr 15 17:43:53 2000 +0000

description:
There is no vm_sysctl() or fs_sysctl() - don't declare prototypes for
them.

diffstat:

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

diffs (20 lines):

diff -r 329afe7015d8 -r a5d59522a4f7 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h  Sat Apr 15 17:23:02 2000 +0000
+++ b/sys/sys/sysctl.h  Sat Apr 15 17:43:53 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.h,v 1.43 2000/04/15 04:38:08 simonb Exp $       */
+/*     $NetBSD: sysctl.h,v 1.44 2000/04/15 17:43:53 simonb Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -498,10 +498,6 @@
 int debug_sysctl __P((int *, u_int, void *, size_t *, void *, size_t,
                      struct proc *));
 #endif
-int vm_sysctl __P((int *, u_int, void *, size_t *, void *, size_t,
-                  struct proc *));
-int fs_sysctl __P((int *, u_int, void *, size_t *, void *, size_t,
-                  struct proc *));
 int net_sysctl __P((int *, u_int, void *, size_t *, void *, size_t,
                    struct proc *));
 int cpu_sysctl __P((int *, u_int, void *, size_t *, void *, size_t,



Home | Main Index | Thread Index | Old Index