diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-12 05:55:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-12 05:55:23 +0000 |
commit | 45de7424bb71e8fd7bbcdc6fcfd106800d4e31ba (patch) | |
tree | d617389eea5dee3d9717d85f3d1c067966d2e7a1 /sys/ddb/db_interface.h | |
parent | bcc6332a26b8b36ca708dd602b4cdbe698d78224 (diff) |
fake structs to let kernels compile on architectures that some german
companies do not use. Mickey, why did you break the tree for us like this,
all after not showing the diffs to lots of people? Are you that special
that you can get away with this? Do you really want to bet on that, again?
Diffstat (limited to 'sys/ddb/db_interface.h')
-rw-r--r-- | sys/ddb/db_interface.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/ddb/db_interface.h b/sys/ddb/db_interface.h index 7c056354c2c..deea664f9f5 100644 --- a/sys/ddb/db_interface.h +++ b/sys/ddb/db_interface.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_interface.h,v 1.8 2006/07/11 21:17:58 mickey Exp $ */ +/* $OpenBSD: db_interface.h,v 1.9 2006/07/12 05:55:22 deraadt Exp $ */ /* $NetBSD: db_interface.h,v 1.1 1996/02/05 01:57:03 christos Exp $ */ /* @@ -45,6 +45,9 @@ void db_show_all_procs(db_expr_t, int, db_expr_t, char *); /* kern/kern_timeout.c */ void db_show_callout(db_expr_t, int, db_expr_t, char *); +struct mount; +struct vnode; + /* kern/vfs_subr.c */ void vfs_buf_print(struct buf *, int, int (*)(const char *, ...)); void vfs_vnode_print(struct vnode *, int, int (*)(const char *, ...)); |