aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysctl.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1996-07-25 18:02:40 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1996-07-25 18:02:40 +0000
commit949f380f381f6b9052709f41e8c678ec41c872b4 (patch)
treeb89e36ec1018156ba1e7dbfcd7a8a944a6da4017 /sys/sys/sysctl.h
parentd296467ce84cbde3f8dc4888bb2d74ec5654c827 (diff)
downloadsrc-949f380f381f6b9052709f41e8c678ec41c872b4.tar.gz
src-949f380f381f6b9052709f41e8c678ec41c872b4.zip
Rename KERN_DOMAINNAME to KERN_NISDOMAINNAME so that it can't be confused
with a real Domain Name. Suggested by: Keith Bostic
Notes
Notes: svn path=/head/; revision=17281
Diffstat (limited to 'sys/sys/sysctl.h')
-rw-r--r--sys/sys/sysctl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index f69f26d9a306..273c5dcb58b9 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)sysctl.h 8.1 (Berkeley) 6/2/93
- * $Id: sysctl.h,v 1.41 1996/03/11 02:17:53 hsu Exp $
+ * $Id: sysctl.h,v 1.42 1996/06/10 16:23:42 nate Exp $
*/
#ifndef _SYS_SYSCTL_H_
@@ -211,7 +211,7 @@ int sysctl_handle_opaque SYSCTL_HANDLER_ARGS;
#define KERN_JOB_CONTROL 19 /* int: is job control available */
#define KERN_SAVED_IDS 20 /* int: saved set-user/group-ID */
#define KERN_BOOTTIME 21 /* struct: time kernel was booted */
-#define KERN_DOMAINNAME 22 /* string: YP domain name */
+#define KERN_NISDOMAINNAME 22 /* string: YP domain name */
#define KERN_UPDATEINTERVAL 23 /* int: update process sleep time */
#define KERN_OSRELDATE 24 /* int: OS release date */
#define KERN_NTP_PLL 25 /* node: NTP PLL control */
@@ -248,7 +248,7 @@ int sysctl_handle_opaque SYSCTL_HANDLER_ARGS;
{ "job_control", CTLTYPE_INT }, \
{ "saved_ids", CTLTYPE_INT }, \
{ "boottime", CTLTYPE_STRUCT }, \
- { "domainname", CTLTYPE_STRING }, \
+ { "nisdomainname", CTLTYPE_STRING }, \
{ "update", CTLTYPE_INT }, \
{ "osreldate", CTLTYPE_INT }, \
{ "ntp_pll", CTLTYPE_NODE }, \