summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-08-16 03:22:55 +0000
committermillert <millert@openbsd.org>1998-08-16 03:22:55 +0000
commitfea919b7f07f75a84c06f2ee16884e347b775f05 (patch)
treea6ab1cd29db75c378157a2a00d87a17007ae6353
parentrealloc fixes (diff)
downloadwireguard-openbsd-fea919b7f07f75a84c06f2ee16884e347b775f05.tar.xz
wireguard-openbsd-fea919b7f07f75a84c06f2ee16884e347b775f05.zip
typo
-rw-r--r--sys/sys/sysctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index 59e51573884..4e10a5e7de2 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.h,v 1.26 1998/07/07 07:12:51 deraadt Exp $ */
+/* $OpenBSD: sysctl.h,v 1.27 1998/08/16 03:22:55 millert Exp $ */
/* $NetBSD: sysctl.h,v 1.16 1996/04/09 20:55:36 cgd Exp $ */
/*
@@ -93,7 +93,7 @@ struct ctlname {
#define CTL_HW 6 /* generic cpu/io */
#define CTL_MACHDEP 7 /* machine dependent */
#define CTL_USER 8 /* user-level */
-#define CTL_DDB 9 /* DDB user interface, see ddb_var.h */
+#define CTL_DDB 9 /* DDB user interface, see db_var.h */
#define CTL_VFS 10 /* VFS sysctl's */
#define CTL_MAXID 11 /* number of valid top-level ids */