diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-16 03:22:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-16 03:22:56 +0000 |
commit | bfaba4478e76a2609cf52c8a6a21e1ce47cc473a (patch) | |
tree | 679db57e0843ddc2db7a26a3954533cc64a4f9ff | |
parent | 364a0613877e4712a7614d08e62ec043adfbf94b (diff) |
typo
-rw-r--r-- | sys/sys/sysctl.h | 4 |
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 */ |