From 520ba75a03ea15c4761e1fecf0be81f4fccaa8d1 Mon Sep 17 00:00:00 2001 From: dfr Date: Sun, 5 Jul 1998 10:11:20 +0000 Subject: Add symtab parameter to X_db_symbol_values. --- sys/ddb/db_kld.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/ddb/db_kld.c b/sys/ddb/db_kld.c index 48ba135..6870768 100644 --- a/sys/ddb/db_kld.c +++ b/sys/ddb/db_kld.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id$ + * $Id: db_kld.c,v 1.1 1998/06/28 00:57:28 dfr Exp $ * from db_aout.c,v 1.20 1998/06/07 17:09:36 dfr Exp */ @@ -90,7 +90,8 @@ X_db_search_symbol(symtab, off, strategy, diffp) * Return the name and value for a symbol. */ void -X_db_symbol_values(dbsym, namep, valuep) +X_db_symbol_values(symtab, dbsym, namep, valuep) + db_symtab_t *symtab; db_sym_t dbsym; char **namep; db_expr_t *valuep; -- cgit v1.1