summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1998-07-05 10:11:20 +0000
committerdfr <dfr@FreeBSD.org>1998-07-05 10:11:20 +0000
commit520ba75a03ea15c4761e1fecf0be81f4fccaa8d1 (patch)
tree59770e37438587dc132d7b14d9c76598ca6a67ec /sys
parent8b469e8ce9ac394bae9a3a492967e95d9b7b91c4 (diff)
downloadFreeBSD-src-520ba75a03ea15c4761e1fecf0be81f4fccaa8d1.zip
FreeBSD-src-520ba75a03ea15c4761e1fecf0be81f4fccaa8d1.tar.gz
Add symtab parameter to X_db_symbol_values.
Diffstat (limited to 'sys')
-rw-r--r--sys/ddb/db_kld.c5
1 files changed, 3 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud