diff options
author | 2009-06-17 01:30:30 +0000 | |
---|---|---|
committer | 2009-06-17 01:30:30 +0000 | |
commit | be9c681d6fd5da97d4d325ce534bde8e3f1bbdec (patch) | |
tree | 2998f99d8f56d90b519ea7ed089e3117b4614f1c /sys/ddb/db_interface.h | |
parent | date based reversion of uvm to the 4th May. (diff) | |
download | wireguard-openbsd-be9c681d6fd5da97d4d325ce534bde8e3f1bbdec.tar.xz wireguard-openbsd-be9c681d6fd5da97d4d325ce534bde8e3f1bbdec.zip |
Revert bufq's. this is inline with the major midlayer reverts that
have been going on. this appears to bring us back to stable state.
lots of testing by oga and ariane and my self.
Diffstat (limited to 'sys/ddb/db_interface.h')
-rw-r--r-- | sys/ddb/db_interface.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/ddb/db_interface.h b/sys/ddb/db_interface.h index 90b19086b8f..e15ef4bbcdd 100644 --- a/sys/ddb/db_interface.h +++ b/sys/ddb/db_interface.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.h,v 1.11 2009/06/03 22:09:30 thib Exp $ */ +/* $OpenBSD: db_interface.h,v 1.12 2009/06/17 01:30:30 thib Exp $ */ /* $NetBSD: db_interface.h,v 1.1 1996/02/05 01:57:03 christos Exp $ */ /* @@ -61,10 +61,6 @@ struct nfsreq; void db_show_all_nfsreqs(db_expr_t, int, db_expr_t, char *); void db_nfsreq_print(struct nfsreq *, int, int (*)(const char *, ...)); -/* kern/kern_bufq.c */ -struct bufq; -void db_bufq_print(struct bufq *, int, int (*)(const char *, ...)); - /* ufs/ffs/ffs_softdep.c */ struct worklist; void worklist_print(struct worklist *, int, int (*)(const char *, ...)); |