summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_interface.h
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2017-01-09 17:58:44 +0000
committermpi <mpi@openbsd.org>2017-01-09 17:58:44 +0000
commit2d23c8028f4faad4120d8ce24fda584e28300dee (patch)
tree140c4309312987870783738c7ab41e9d5982cb01 /sys/ddb/db_interface.h
parentGrab the NET_LOCK() in ipcomp input callback. (diff)
downloadwireguard-openbsd-2d23c8028f4faad4120d8ce24fda584e28300dee.tar.xz
wireguard-openbsd-2d23c8028f4faad4120d8ce24fda584e28300dee.zip
Revert previous, it's a documented behavior and people might rely on it.
Pointed by deraadt@
Diffstat (limited to 'sys/ddb/db_interface.h')
-rw-r--r--sys/ddb/db_interface.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/ddb/db_interface.h b/sys/ddb/db_interface.h
index 36d80b8a867..9ae9d20024c 100644
--- a/sys/ddb/db_interface.h
+++ b/sys/ddb/db_interface.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_interface.h,v 1.18 2017/01/09 17:21:42 mpi Exp $ */
+/* $OpenBSD: db_interface.h,v 1.19 2017/01/09 17:58:44 mpi Exp $ */
/* $NetBSD: db_interface.h,v 1.1 1996/02/05 01:57:03 christos Exp $ */
/*
@@ -45,10 +45,6 @@ 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 *);
-/* kern/kern_watchdog.c */
-void db_wdog_disable(void);
-void db_wdog_enable(void);
-
struct mount;
/* kern/vfs_subr.c */