Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Fix a typo so that /sbin/sysctl compiles again.
details: https://anonhg.NetBSD.org/src/rev/fd89c0fa0105
branches: trunk
changeset: 515805:fd89c0fa0105
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Oct 05 05:46:50 2001 +0000
description:
Fix a typo so that /sbin/sysctl compiles again.
diffstat:
sys/sys/sysctl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 29a44633747d -r fd89c0fa0105 sys/sys/sysctl.h
--- a/sys/sys/sysctl.h Fri Oct 05 05:03:27 2001 +0000
+++ b/sys/sys/sysctl.h Fri Oct 05 05:46:50 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysctl.h,v 1.68 2001/10/04 19:03:59 eeh Exp $ */
+/* $NetBSD: sysctl.h,v 1.69 2001/10/05 05:46:50 thorpej Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -239,7 +239,7 @@
{ "pipe", CTLTYPE_NODE }, \
{ "maxphys", CTLTYPE_INT }, \
{ "sbmax", CTLTYPE_INT }, \
- { "db", CLTYPE_NODE }, \
+ { "db", CTLTYPE_NODE }, \
}
/*
Home |
Main Index |
Thread Index |
Old Index