diff options
author | 2009-08-17 13:11:58 +0000 | |
---|---|---|
committer | 2009-08-17 13:11:58 +0000 | |
commit | da59dcae7e4431fb5a3bc5fe82c15923f912e796 (patch) | |
tree | fbf7bfbcf405291b75e8174c91526e2e97f5e272 /sys/ddb/db_interface.h | |
parent | initialize retry to zero; otherwise if firmware sends odd val16 (diff) | |
download | wireguard-openbsd-da59dcae7e4431fb5a3bc5fe82c15923f912e796.tar.xz wireguard-openbsd-da59dcae7e4431fb5a3bc5fe82c15923f912e796.zip |
dd 'show all bufs' to show all the buffers in the system
ok beck@ thib@
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 *, ...)); |