summaryrefslogtreecommitdiff
path: root/sys/ddb/db_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_var.h')
-rw-r--r--sys/ddb/db_var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_var.h b/sys/ddb/db_var.h
index b9a1b6bbc28..01ee75e0388 100644
--- a/sys/ddb/db_var.h
+++ b/sys/ddb/db_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_var.h,v 1.8 2003/06/28 01:52:18 tedu Exp $ */
+/* $OpenBSD: db_var.h,v 1.9 2006/07/06 18:14:48 miod Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff. All rights reserved.
@@ -62,6 +62,7 @@ extern int db_tab_stop_width;
extern int db_max_line;
extern int db_panic;
extern int db_console;
+extern int db_log;
int ddb_sysctl(int *, u_int, void *, size_t *, void *, size_t,
struct proc *);