Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys The name of the KERN_PROC_ARGS sysctl is proc_args, ...
details: https://anonhg.NetBSD.org/src/rev/1d42fcd19aec
branches: trunk
changeset: 486667:1d42fcd19aec
user: simonb <simonb%NetBSD.org@localhost>
date: Sat May 27 15:28:58 2000 +0000
description:
The name of the KERN_PROC_ARGS sysctl is proc_args, not proc_argv.
diffstat:
sys/sys/sysctl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3be1088a151c -r 1d42fcd19aec sys/sys/sysctl.h
--- a/sys/sys/sysctl.h Sat May 27 15:11:05 2000 +0000
+++ b/sys/sys/sysctl.h Sat May 27 15:28:58 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysctl.h,v 1.46 2000/05/26 02:23:14 simonb Exp $ */
+/* $NetBSD: sysctl.h,v 1.47 2000/05/27 15:28:58 simonb Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -214,7 +214,7 @@
{ "defcorename", CTLTYPE_STRING }, \
{ "logsigexit", CTLTYPE_INT }, \
{ "proc2", CTLTYPE_STRUCT }, \
- { "proc_argv", CTLTYPE_STRING }, \
+ { "proc_args", CTLTYPE_STRING }, \
{ "fscale", CTLTYPE_INT }, \
{ "ccpu", CTLTYPE_INT }, \
{ "cp_time", CTLTYPE_STRUCT }, \
Home |
Main Index |
Thread Index |
Old Index