diff options
Diffstat (limited to 'sys/ddb/db_interface.h')
| -rw-r--r-- | sys/ddb/db_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_interface.h b/sys/ddb/db_interface.h index 7b25667d3c6..8be1e9b3d75 100644 --- a/sys/ddb/db_interface.h +++ b/sys/ddb/db_interface.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.h,v 1.14 2009/08/14 21:16:13 thib Exp $ */ +/* $OpenBSD: db_interface.h,v 1.15 2009/08/17 13:11:58 jasper Exp $ */ /* $NetBSD: db_interface.h,v 1.1 1996/02/05 01:57:03 christos Exp $ */ /* @@ -48,7 +48,7 @@ void db_show_callout(db_expr_t, int, db_expr_t, char *); struct mount; /* kern/vfs_subr.c */ -void vfs_buf_print(struct buf *, int, int (*)(const char *, ...)); +void vfs_buf_print(void *, int, int (*)(const char *, ...)); void vfs_vnode_print(void *, int, int (*)(const char *, ...)); void vfs_mount_print(struct mount *, int, int (*)(const char *, ...)); |
