summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_interface.h
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2009-08-17 13:11:58 +0000
committerjasper <jasper@openbsd.org>2009-08-17 13:11:58 +0000
commitda59dcae7e4431fb5a3bc5fe82c15923f912e796 (patch)
treefbf7bfbcf405291b75e8174c91526e2e97f5e272 /sys/ddb/db_interface.h
parentinitialize retry to zero; otherwise if firmware sends odd val16 (diff)
downloadwireguard-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.h4
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 *, ...));