diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-09-27 03:34:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-09-27 03:34:58 +0000 |
| commit | 169cd910b717c5ff92241e9443866a05c6d84cc3 (patch) | |
| tree | b13b160261863493c90b5ffb69d4f2d9d57071f0 /sys/ddb/db_print.c | |
| parent | 38ddc3a6d6dfa77c1df83ea0faf2ff79c46973ef (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_print.c')
| -rw-r--r-- | sys/ddb/db_print.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index a0694b0c27c3..e9a9fd3e0181 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_print.c,v 1.4 1994/08/13 03:49:21 wollman Exp $ + * $Id: db_print.c,v 1.5 1994/08/18 22:34:25 wollman Exp $ */ /* @@ -47,7 +47,6 @@ void db_show_regs(db_expr_t dummy1, int dummy2, db_expr_t dummy3, char *dummy4) { - int (*func)(); register struct db_variable *regp; db_expr_t value, offset; char * name; |
