diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-30 04:51:34 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-30 04:51:34 +0000 |
commit | 68ccbd6e7495f854f379e4a83564c176749b9a37 (patch) | |
tree | 7d79afb924733d563410927e3c4a9ab399b4e828 /sys/ddb/db_sym.c | |
parent | 959f19a627a30f12e0f6458e9fa1a5f3957c0acf (diff) |
Added: sysctl access to the ddb variables.
Fixed: "netbsd" strings in sym table handling routines.
now it is usefull to change max_{width,line} according
to your real console geometry, just w/ sysctl program.
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r-- | sys/ddb/db_sym.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index b2abad54a7d..19dd9264ef1 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_sym.c,v 1.5 1996/03/11 11:16:23 mickey Exp $ */ +/* $OpenBSD: db_sym.c,v 1.6 1996/03/30 04:51:28 mickey Exp $ */ /* * Mach Operating System @@ -108,7 +108,7 @@ db_del_symbol_table(name) } /* - * db_qualify("vm_map", "netbsd") returns "netbsd:vm_map". + * db_qualify("vm_map", "bsd") returns "bsd:vm_map". * * Note: return value points to static data whose content is * overwritten by each call... but in practice this seems okay. |