aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_input.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1993-12-19 00:55:01 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1993-12-19 00:55:01 +0000
commitaaf08d94cad23fc4be2c840a0782f9468c519927 (patch)
tree62dff2aa17f4c31d27a9595b764f9cbc9810eb80 /sys/ddb/db_input.c
parentb39c878e2bd38f964f203f75d2f33b9838add0f2 (diff)
downloadsrc-aaf08d94cad23fc4be2c840a0782f9468c519927.tar.gz
src-aaf08d94cad23fc4be2c840a0782f9468c519927.zip
Make everything compile with -Wtraditional. Make it easier to distribute
a binary link-kit. Make all non-optional options (pagers, procfs) standard, and update LINT to reflect new symtab requirements. NB: -Wtraditional will henceforth be forgotten. This editing pass was primarily intended to detect any constructions where the old code might have been relying on traditional C semantics or syntax. These were all fixed, and the result of fixing some of them means that -Wall is now a realistic possibility within a few weeks.
Notes
Notes: svn path=/head/; revision=879
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r--sys/ddb/db_input.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index 3f18cd8beaec..94bab946c357 100644
--- a/sys/ddb/db_input.c
+++ b/sys/ddb/db_input.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_input.c,v 1.2 1993/10/16 16:47:16 rgrimes Exp $
+ * $Id: db_input.c,v 1.3 1993/11/25 01:30:06 wollman Exp $
*/
/*
@@ -35,7 +35,8 @@
#include "systm.h"
#include "proc.h"
#include "ddb/ddb.h"
-#include <ddb/db_output.h>
+#include "ddb/db_output.h"
+#include "machine/cons.h"
/*
* Character input and editing.