summaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-07 19:45:26 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-07 19:45:26 +0000
commitdb1a965d16083c6ee1c8ac9388a6c6274cc7c74e (patch)
tree1b2cbdc0624ff5d93f9f74c1085b5cca73a20c2e /sys/ddb/db_output.h
parentf997a70bf721cbc4b29d2b6226c72d5a1262cd3c (diff)
Do not wrap lines so often, much prettier x output
Diffstat (limited to 'sys/ddb/db_output.h')
-rw-r--r--sys/ddb/db_output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h
index 58ed3e49d3a..29e533d4c98 100644
--- a/sys/ddb/db_output.h
+++ b/sys/ddb/db_output.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_output.h,v 1.7 1996/07/24 21:58:04 niklas Exp $ */
+/* $OpenBSD: db_output.h,v 1.8 1997/07/07 19:45:25 niklas Exp $ */
/* $NetBSD: db_output.h,v 1.9 1996/04/04 05:13:50 cgd Exp $ */
/*
@@ -40,4 +40,4 @@ int db_printf __P((const char *, ...))
__kprintf_attribute__((__format__(__kprintf__,1,2)));
int kdbprintf __P((const char *, ...))
__kprintf_attribute__((__format__(__kprintf__,1,2)));
-void db_end_line __P((void));
+void db_end_line __P((int));