sync with OpenBSD -current
This commit is contained in:
parent
7d66fd8cb0
commit
3f3212838f
122 changed files with 1363 additions and 8580 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: db_interface.h,v 1.26 2023/07/02 19:02:27 cheloha Exp $ */
|
||||
/* $OpenBSD: db_interface.h,v 1.27 2024/02/03 18:51:58 beck Exp $ */
|
||||
/* $NetBSD: db_interface.h,v 1.1 1996/02/05 01:57:03 christos Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -78,11 +78,6 @@ void nfs_node_print(void *, int, int (*)(const char *, ...));
|
|||
/* uvm/uvm_swap.c */
|
||||
void swap_print_all(int (*)(const char *, ...));
|
||||
|
||||
/* ufs/ffs/ffs_softdep.c */
|
||||
struct worklist;
|
||||
void worklist_print(struct worklist *, int, int (*)(const char *, ...));
|
||||
void softdep_print(struct buf *, int, int (*)(const char *, ...));
|
||||
|
||||
/* arch/<arch>/<arch>/db_interface.c */
|
||||
void db_machine_init(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue